Html Css Color HEX #592CCC Purple Heart

📋 copy color: '#592CCC'

red 89 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #592CCC

Tints of Purple Heart #592CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.06%

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 26.41%
G = 13.06%
B = 60.53%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#592CCC (or 0x592CCC) is known color: Purple Heart. HEX triplet: 59, 2C and CC. RGB value is (89,44,204). Sum of RGB (Red+Green+Blue) = 89+44+204=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #592CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CCC is #A6D333. Grayscale: #4B4B4B. Windows color (decimal): -10933044 or 13380697. OLE color: 13380697.

HSL color Cylindrical-coordinate representation of color #592CCC: hue angle of 256.88º degrees, saturation: 0.65, 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 #592CCC is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 44 204 -
CMYK 0.56 0.78 0 0.2
HSL 256.88º 0.65% 0.49% -
HSV(B) 256.88º 0.78% 0.8% -
XYZ 15.92 8.28 57.89 -
YUV 75.7 200.41 137.49 -
System Red Green Blue C M Y K H S L
Decimal 89 44 204 0.56 0.78 0 0.2 256.88 0.65 0.49
Hex 59 2C CC 38 4E 0 14 101 41 31
Octal 131 54 314 70 116 0 24 401 101 61
Binary 1011001 101100 11001100 111000 1001110 0 10100 100000001 1000001 110001

Color Harmonies of #592CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592CCC

Black with #592CCC

Text Example


Text Example

White with #592CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,44,204); }

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

background-color css

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

 a { background-color: rgb(89,44,204); }

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

border-color css

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

 span { border-color: rgb(89,44,204); }

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