Html Css Color HEX #592DCB Purple Heart

📋 copy color: '#592DCB'

red 89 ◦ green 45 ◦ blue 203

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

Shades of Purple Heart #592DCB

Tints of Purple Heart #592DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.35%

 BLUE value IS 203 (79.69% from 255) = 60.24%

R = 26.41%
G = 13.35%
B = 60.24%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#592DCB (or 0x592DCB) is known color: Purple Heart. HEX triplet: 59, 2D and CB. RGB value is (89,45,203). Sum of RGB (Red+Green+Blue) = 89+45+203=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #592DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DCB is #A6D234. Grayscale: #4B4B4B. Windows color (decimal): -10932789 or 13315417. OLE color: 13315417.

HSL color Cylindrical-coordinate representation of color #592DCB: hue angle of 256.71º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #592DCB is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 45 203 -
CMYK 0.56 0.78 0 0.20
HSL 256.71º 0.64% 0.49% -
HSV(B) 256.71º 0.78% 0.8% -
XYZ 15.84 8.31 57.27 -
YUV 76.17 199.58 137.15 -
System Red Green Blue C M Y K H S L
Decimal 89 45 203 0.56 0.78 0 0.20 256.71 0.64 0.49
Hex 59 2D CB 38 4E 0 14 101 40 31
Octal 131 55 313 70 116 0 24 401 100 61
Binary 1011001 101101 11001011 111000 1001110 0 10100 100000001 1000000 110001

Color Harmonies of #592DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592DCB

Black with #592DCB

Text Example


Text Example

White with #592DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,45,203); }

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

background-color css

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

 a { background-color: rgb(89,45,203); }

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

border-color css

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

 span { border-color: rgb(89,45,203); }

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