Html Css Color HEX #5020CF Purple Heart

📋 copy color: '#5020CF'

red 80 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #5020CF

Tints of Purple Heart #5020CF

RGB

 RED value IS 80 (31.64% from 255) = 25.08%

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

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

R = 25.08%
G = 10.03%
B = 64.89%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5020CF (or 0x5020CF) is known color: Purple Heart. HEX triplet: 50, 20 and CF. RGB value is (80,32,207). Sum of RGB (Red+Green+Blue) = 80+32+207=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #5020CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5020CF is #AFDF30. Grayscale: #414141. Windows color (decimal): -11525937 or 13574224. OLE color: 13574224.

HSL color Cylindrical-coordinate representation of color #5020CF: hue angle of 256.46º 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 #5020CF is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 32 207 -
CMYK 0.61 0.85 0 0.19
HSL 256.46º 0.73% 0.47% -
HSV(B) 256.46º 0.85% 0.81% -
XYZ 15.09 7.24 59.63 -
YUV 66.3 207.4 137.77 -
System Red Green Blue C M Y K H S L
Decimal 80 32 207 0.61 0.85 0 0.19 256.46 0.73 0.47
Hex 50 20 CF 3D 55 0 13 100 49 2F
Octal 120 40 317 75 125 0 23 400 111 57
Binary 1010000 100000 11001111 111101 1010101 0 10011 100000000 1001001 101111

Color Harmonies of #5020CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5020CF

Black with #5020CF

Text Example


Text Example

White with #5020CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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