Html Css Color HEX #590BCA Purple Heart

📋 copy color: '#590BCA'

red 89 ◦ green 11 ◦ blue 202

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

Shades of Purple Heart #590BCA

Tints of Purple Heart #590BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.89%

R = 29.47%
G = 3.64%
B = 66.89%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#590BCA (or 0x590BCA) is known color: Purple Heart. HEX triplet: 59, 0B and CA. RGB value is (89,11,202). Sum of RGB (Red+Green+Blue) = 89+11+202=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #590BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590BCA is #A6F435. Grayscale: #373737. Windows color (decimal): -10941494 or 13241177. OLE color: 13241177.

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

Color convert

RGB 89 11 202 -
CMYK 0.56 0.95 0 0.21
HSL 264.5º 0.9% 0.42% -
HSV(B) 264.5º 0.95% 0.79% -
XYZ 14.9 6.63 56.37 -
YUV 56.1 210.34 151.47 -
System Red Green Blue C M Y K H S L
Decimal 89 11 202 0.56 0.95 0 0.21 264.5 0.9 0.42
Hex 59 B CA 38 5F 0 15 109 5A 2A
Octal 131 13 312 70 137 0 25 411 132 52
Binary 1011001 1011 11001010 111000 1011111 0 10101 100001001 1011010 101010

Color Harmonies of #590BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590BCA

Black with #590BCA

Text Example


Text Example

White with #590BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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