Html Css Color HEX #5920CB Purple Heart

📋 copy color: '#5920CB'

red 89 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #5920CB

Tints of Purple Heart #5920CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.88%

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

R = 27.47%
G = 9.88%
B = 62.65%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5920CB (or 0x5920CB) is known color: Purple Heart. HEX triplet: 59, 20 and CB. RGB value is (89,32,203). Sum of RGB (Red+Green+Blue) = 89+32+203=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #5920CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5920CB is #A6DF34. Grayscale: #434343. Windows color (decimal): -10936117 or 13312089. OLE color: 13312089.

HSL color Cylindrical-coordinate representation of color #5920CB: hue angle of 260º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5920CB is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 32 203 -
CMYK 0.56 0.84 0 0.20
HSL 260º 0.73% 0.46% -
HSV(B) 260º 0.84% 0.8% -
XYZ 15.42 7.47 57.13 -
YUV 68.54 203.88 142.6 -
System Red Green Blue C M Y K H S L
Decimal 89 32 203 0.56 0.84 0 0.20 260 0.73 0.46
Hex 59 20 CB 38 54 0 14 104 49 2E
Octal 131 40 313 70 124 0 24 404 111 56
Binary 1011001 100000 11001011 111000 1010100 0 10100 100000100 1001001 101110

Color Harmonies of #5920CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5920CB

Black with #5920CB

Text Example


Text Example

White with #5920CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5920CB; }

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

 H1.HeaderClassName
 {
   color: #5920CB;
 }
 .AnyTagClassName
 {
   color: #5920CB;
 }
</style>

background-color css

<style>
 a { background-color: #5920CB; }

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

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

border-color css

<style>
 span { border-color: #5920CB; }

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

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