Html Css Color HEX #592FAB Purple Heart

📋 copy color: '#592FAB'

red 89 ◦ green 47 ◦ blue 171

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

Shades of Purple Heart #592FAB

Tints of Purple Heart #592FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 28.99%
G = 15.31%
B = 55.7%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#592FAB (or 0x592FAB) is known color: Purple Heart. HEX triplet: 59, 2F and AB. RGB value is (89,47,171). Sum of RGB (Red+Green+Blue) = 89+47+171=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #592FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592FAB is #A6D054. Grayscale: #494949. Windows color (decimal): -10932309 or 11218777. OLE color: 11218777.

HSL color Cylindrical-coordinate representation of color #592FAB: hue angle of 260.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592FAB is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 47 171 -
CMYK 0.48 0.73 0 0.33
HSL 260.32º 0.57% 0.43% -
HSV(B) 260.32º 0.73% 0.67% -
XYZ 12.49 7.1 39.24 -
YUV 73.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 89 47 171 0.48 0.73 0 0.33 260.32 0.57 0.43
Hex 59 2F AB 30 49 0 21 104 39 2B
Octal 131 57 253 60 111 0 41 404 71 53
Binary 1011001 101111 10101011 110000 1001001 0 100001 100000100 111001 101011

Color Harmonies of #592FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FAB

Black with #592FAB

Text Example


Text Example

White with #592FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,47,171); }

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

background-color css

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

 a { background-color: rgb(89,47,171); }

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

border-color css

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

 span { border-color: rgb(89,47,171); }

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