Html Css Color HEX #590CCC Purple Heart

📋 copy color: '#590CCC'

red 89 ◦ green 12 ◦ blue 204

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

Shades of Purple Heart #590CCC

Tints of Purple Heart #590CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.93%

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

R = 29.18%
G = 3.93%
B = 66.89%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#590CCC (or 0x590CCC) is known color: Purple Heart. HEX triplet: 59, 0C and CC. RGB value is (89,12,204). Sum of RGB (Red+Green+Blue) = 89+12+204=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #590CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CCC is #A6F333. Grayscale: #383838. Windows color (decimal): -10941236 or 13372505. OLE color: 13372505.

HSL color Cylindrical-coordinate representation of color #590CCC: hue angle of 264.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590CCC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 12 204 -
CMYK 0.56 0.94 0 0.2
HSL 264.06º 0.89% 0.42% -
HSV(B) 264.06º 0.94% 0.8% -
XYZ 15.15 6.75 57.63 -
YUV 56.91 211.01 150.89 -
System Red Green Blue C M Y K H S L
Decimal 89 12 204 0.56 0.94 0 0.2 264.06 0.89 0.42
Hex 59 C CC 38 5E 0 14 108 59 2A
Octal 131 14 314 70 136 0 24 410 131 52
Binary 1011001 1100 11001100 111000 1011110 0 10100 100001000 1011001 101010

Color Harmonies of #590CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590CCC

Black with #590CCC

Text Example


Text Example

White with #590CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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