Html Css Color HEX #592AB6 Purple Heart

📋 copy color: '#592AB6'

red 89 ◦ green 42 ◦ blue 182

#592AB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #592AB6

Tints of Purple Heart #592AB6

RGB

 RED value IS 89 (35.16% from 255) = 28.43%

 GREEN value IS 42 (16.8% from 255) = 13.42%

 BLUE value IS 182 (71.48% from 255) = 58.15%

R = 28.43%
G = 13.42%
B = 58.15%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#592AB6 (or 0x592AB6) is known color: Purple Heart. HEX triplet: 59, 2A and B6. RGB value is (89,42,182). Sum of RGB (Red+Green+Blue) = 89+42+182=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #592AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592AB6 is #A6D549. Grayscale: #474747. Windows color (decimal): -10933578 or 11938393. OLE color: 11938393.

HSL color Cylindrical-coordinate representation of color #592AB6: hue angle of 260.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #592AB6 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 42 182 -
CMYK 0.51 0.77 0 0.29
HSL 260.14º 0.63% 0.44% -
HSV(B) 260.14º 0.77% 0.71% -
XYZ 13.39 7.16 44.93 -
YUV 72.01 190.07 140.12 -
System Red Green Blue C M Y K H S L
Decimal 89 42 182 0.51 0.77 0 0.29 260.14 0.63 0.44
Hex 59 2A B6 33 4D 0 1D 104 3E 2C
Octal 131 52 266 63 115 0 35 404 76 54
Binary 1011001 101010 10110110 110011 1001101 0 11101 100000100 111110 101100

Color Harmonies of #592AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592AB6

Black with #592AB6

Text Example


Text Example

White with #592AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592AB6; }

 p { color: rgb(89,42,182); }

 H1.HeaderClassName
 {
   color: #592AB6;
 }
 .AnyTagClassName
 {
   color: #592AB6;
 }
</style>

background-color css

<style>
 a { background-color: #592AB6; }

 a { background-color: rgb(89,42,182); }

 div.DivClassName
 {
   background-color: #592AB6;
 }
 .BgClassName
 {
   background-color: #592AB6;
 }
</style>

border-color css

<style>
 span { border-color: #592AB6; }

 span { border-color: rgb(89,42,182); }

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