#582BBA

Color #582BBA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #582BBA

Tints of Purple Heart #582BBA

Color information

#582BBA (or 0x582BBA) is unknown color: approx Purple Heart. HEX triplet: 58, 2B and BA. RGB value is (88,43,186). Sum of RGB (Red+Green+Blue) = 88+43+186=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #582BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BBA is #A7D445. Grayscale: #484848. Windows color (decimal): -10998854 or 12200792. OLE color: 12200792.

HSL color Cylindrical-coordinate representation of color #582BBA: hue angle of 258.88º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582BBA is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8843186-
CMYK0.530.7700.27
HSL258.88º62.45%44.9%-
HSV(B)258.88º76.88%72.94%-
XYZ13.757.3547.15-
YUV72.76191.91138.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 43 (17.19% from 255) = 13.56%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=27.76%
G=13.56%
B=58.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88431860.530.7700.27258.8862.4544.9
Hex582BBA354D01B1033e2d
Octal13053272651150334037655
Binary1011000101011101110101101011001101011011100000011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582BBA; }

 p { color: rgb(88,43,186); }

 H1.HeaderClassName
 {
   color: #582BBA;
 }
 .AnyTagClassName
 {
   color: #582BBA;
 }
</style>
background-color css

<style>
 a { background-color: #582BBA; }

 a { background-color: rgb(88,43,186); }

 div.DivClassName
 {
   background-color: #582BBA;
 }
 .BgClassName
 {
   background-color: #582BBA;
 }
</style>
border-color css

<style>
 span { border-color: #582BBA; }

 span { border-color: rgb(88,43,186); }

 td.TdClassName
 {
   border-color: #582BBA;
 }
 .TagClassName
 {
   border-color: #582BBA;
 }
</style>