Html Css Color HEX #5021CE Purple Heart

📋 copy color: '#5021CE'

red 80 ◦ green 33 ◦ blue 206

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

Shades of Purple Heart #5021CE

Tints of Purple Heart #5021CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 25.08%
G = 10.34%
B = 64.58%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5021CE (or 0x5021CE) is known color: Purple Heart. HEX triplet: 50, 21 and CE. RGB value is (80,33,206). Sum of RGB (Red+Green+Blue) = 80+33+206=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #5021CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021CE is #AFDE31. Grayscale: #424242. Windows color (decimal): -11525682 or 13508944. OLE color: 13508944.

HSL color Cylindrical-coordinate representation of color #5021CE: hue angle of 256.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5021CE is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 33 206 -
CMYK 0.61 0.84 0 0.19
HSL 256.3º 0.72% 0.47% -
HSV(B) 256.3º 0.84% 0.81% -
XYZ 14.99 7.25 59 -
YUV 66.78 206.57 137.43 -
System Red Green Blue C M Y K H S L
Decimal 80 33 206 0.61 0.84 0 0.19 256.3 0.72 0.47
Hex 50 21 CE 3D 54 0 13 100 48 2F
Octal 120 41 316 75 124 0 23 400 110 57
Binary 1010000 100001 11001110 111101 1010100 0 10011 100000000 1001000 101111

Color Harmonies of #5021CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5021CE

Black with #5021CE

Text Example


Text Example

White with #5021CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5021CE; }

 p { color: rgb(80,33,206); }

 H1.HeaderClassName
 {
   color: #5021CE;
 }
 .AnyTagClassName
 {
   color: #5021CE;
 }
</style>

background-color css

<style>
 a { background-color: #5021CE; }

 a { background-color: rgb(80,33,206); }

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

border-color css

<style>
 span { border-color: #5021CE; }

 span { border-color: rgb(80,33,206); }

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