Html Css Color HEX #5920CF Purple Heart

📋 copy color: '#5920CF'

red 89 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #5920CF

Tints of Purple Heart #5920CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.11%

R = 27.13%
G = 9.76%
B = 63.11%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5920CF (or 0x5920CF) is known color: Purple Heart. HEX triplet: 59, 20 and CF. RGB value is (89,32,207). Sum of RGB (Red+Green+Blue) = 89+32+207=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #5920CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5920CF is #A6DF30. Grayscale: #444444. Windows color (decimal): -10936113 or 13574233. OLE color: 13574233.

HSL color Cylindrical-coordinate representation of color #5920CF: hue angle of 259.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5920CF is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 32 207 -
CMYK 0.57 0.85 0 0.19
HSL 259.54º 0.73% 0.47% -
HSV(B) 259.54º 0.85% 0.81% -
XYZ 15.9 7.66 59.67 -
YUV 68.99 205.88 142.27 -
System Red Green Blue C M Y K H S L
Decimal 89 32 207 0.57 0.85 0 0.19 259.54 0.73 0.47
Hex 59 20 CF 39 55 0 13 104 49 2F
Octal 131 40 317 71 125 0 23 404 111 57
Binary 1011001 100000 11001111 111001 1010101 0 10011 100000100 1001001 101111

Color Harmonies of #5920CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5920CF

Black with #5920CF

Text Example


Text Example

White with #5920CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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