Html Css Color HEX #590FCC Purple Heart

📋 copy color: '#590FCC'

red 89 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #590FCC

Tints of Purple Heart #590FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

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

R = 28.9%
G = 4.87%
B = 66.23%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#590FCC (or 0x590FCC) is known color: Purple Heart. HEX triplet: 59, 0F and CC. RGB value is (89,15,204). Sum of RGB (Red+Green+Blue) = 89+15+204=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #590FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590FCC is #A6F033. Grayscale: #393939. Windows color (decimal): -10940468 or 13373273. OLE color: 13373273.

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

Color convert

RGB 89 15 204 -
CMYK 0.56 0.93 0 0.2
HSL 263.49º 0.86% 0.43% -
HSV(B) 263.49º 0.93% 0.8% -
XYZ 15.19 6.83 57.64 -
YUV 58.67 210.02 149.63 -
System Red Green Blue C M Y K H S L
Decimal 89 15 204 0.56 0.93 0 0.2 263.49 0.86 0.43
Hex 59 F CC 38 5D 0 14 107 56 2B
Octal 131 17 314 70 135 0 24 407 126 53
Binary 1011001 1111 11001100 111000 1011101 0 10100 100000111 1010110 101011

Color Harmonies of #590FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590FCC

Black with #590FCC

Text Example


Text Example

White with #590FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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