Html Css Color HEX #5011CE Purple Heart

📋 copy color: '#5011CE'

red 80 ◦ green 17 ◦ blue 206

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

Shades of Purple Heart #5011CE

Tints of Purple Heart #5011CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.61%

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

R = 26.4%
G = 5.61%
B = 67.99%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5011CE (or 0x5011CE) is known color: Purple Heart. HEX triplet: 50, 11 and CE. RGB value is (80,17,206). Sum of RGB (Red+Green+Blue) = 80+17+206=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #5011CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011CE is #AFEE31. Grayscale: #383838. Windows color (decimal): -11529778 or 13504848. OLE color: 13504848.

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

Color convert

RGB 80 17 206 -
CMYK 0.61 0.92 0 0.19
HSL 260º 0.85% 0.44% -
HSV(B) 260º 0.92% 0.81% -
XYZ 14.65 6.56 58.89 -
YUV 57.38 211.87 144.13 -
System Red Green Blue C M Y K H S L
Decimal 80 17 206 0.61 0.92 0 0.19 260 0.85 0.44
Hex 50 11 CE 3D 5C 0 13 104 55 2C
Octal 120 21 316 75 134 0 23 404 125 54
Binary 1010000 10001 11001110 111101 1011100 0 10011 100000100 1010101 101100

Color Harmonies of #5011CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5011CE

Black with #5011CE

Text Example


Text Example

White with #5011CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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