Html Css Color HEX #592ECC Purple Heart

📋 copy color: '#592ECC'

red 89 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #592ECC

Tints of Purple Heart #592ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.57%

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

R = 26.25%
G = 13.57%
B = 60.18%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#592ECC (or 0x592ECC) is known color: Purple Heart. HEX triplet: 59, 2E and CC. RGB value is (89,46,204). Sum of RGB (Red+Green+Blue) = 89+46+204=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #592ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592ECC is #A6D133. Grayscale: #4C4C4C. Windows color (decimal): -10932532 or 13381209. OLE color: 13381209.

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

Color convert

RGB 89 46 204 -
CMYK 0.56 0.77 0 0.2
HSL 256.33º 0.63% 0.49% -
HSV(B) 256.33º 0.77% 0.8% -
XYZ 16 8.44 57.91 -
YUV 76.87 199.75 136.65 -
System Red Green Blue C M Y K H S L
Decimal 89 46 204 0.56 0.77 0 0.2 256.33 0.63 0.49
Hex 59 2E CC 38 4D 0 14 100 3F 31
Octal 131 56 314 70 115 0 24 400 77 61
Binary 1011001 101110 11001100 111000 1001101 0 10100 100000000 111111 110001

Color Harmonies of #592ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592ECC

Black with #592ECC

Text Example


Text Example

White with #592ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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