Html Css Color HEX #590BCB Purple Heart

📋 copy color: '#590BCB'

red 89 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #590BCB

Tints of Purple Heart #590BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.63%

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

R = 29.37%
G = 3.63%
B = 67%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#590BCB (or 0x590BCB) is known color: Purple Heart. HEX triplet: 59, 0B and CB. RGB value is (89,11,203). Sum of RGB (Red+Green+Blue) = 89+11+203=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #590BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590BCB is #A6F434. Grayscale: #373737. Windows color (decimal): -10941493 or 13306713. OLE color: 13306713.

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

Color convert

RGB 89 11 203 -
CMYK 0.56 0.95 0 0.20
HSL 264.38º 0.9% 0.42% -
HSV(B) 264.38º 0.95% 0.8% -
XYZ 15.02 6.67 57 -
YUV 56.21 210.84 151.39 -
System Red Green Blue C M Y K H S L
Decimal 89 11 203 0.56 0.95 0 0.20 264.38 0.9 0.42
Hex 59 B CB 38 5F 0 14 108 5A 2A
Octal 131 13 313 70 137 0 24 410 132 52
Binary 1011001 1011 11001011 111000 1011111 0 10100 100001000 1011010 101010

Color Harmonies of #590BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590BCB

Black with #590BCB

Text Example


Text Example

White with #590BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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