Html Css Color HEX #592AB5 Purple Heart

📋 copy color: '#592AB5'

red 89 ◦ green 42 ◦ blue 181

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

Shades of Purple Heart #592AB5

Tints of Purple Heart #592AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.01%

R = 28.53%
G = 13.46%
B = 58.01%

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

#592AB5 (or 0x592AB5) is known color: Purple Heart. HEX triplet: 59, 2A and B5. RGB value is (89,42,181). Sum of RGB (Red+Green+Blue) = 89+42+181=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #592AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592AB5 is #A6D54A. Grayscale: #474747. Windows color (decimal): -10933579 or 11872857. OLE color: 11872857.

HSL color Cylindrical-coordinate representation of color #592AB5: hue angle of 260.29º 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 #592AB5 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 42 181 -
CMYK 0.51 0.77 0 0.29
HSL 260.29º 0.62% 0.44% -
HSV(B) 260.29º 0.77% 0.71% -
XYZ 13.29 7.12 44.39 -
YUV 71.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 89 42 181 0.51 0.77 0 0.29 260.29 0.62 0.44
Hex 59 2A B5 33 4D 0 1D 104 3E 2C
Octal 131 52 265 63 115 0 35 404 76 54
Binary 1011001 101010 10110101 110011 1001101 0 11101 100000100 111110 101100

Color Harmonies of #592AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592AB5

Black with #592AB5

Text Example


Text Example

White with #592AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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