Html Css Color HEX #5011CF Purple Heart

📋 copy color: '#5011CF'

red 80 ◦ green 17 ◦ blue 207

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

Shades of Purple Heart #5011CF

Tints of Purple Heart #5011CF

RGB

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

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

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

R = 26.32%
G = 5.59%
B = 68.09%

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

#5011CF (or 0x5011CF) is known color: Purple Heart. HEX triplet: 50, 11 and CF. RGB value is (80,17,207). Sum of RGB (Red+Green+Blue) = 80+17+207=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #5011CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011CF is #AFEE30. Grayscale: #383838. Windows color (decimal): -11529777 or 13570384. OLE color: 13570384.

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

Color convert

RGB 80 17 207 -
CMYK 0.61 0.92 0 0.19
HSL 259.89º 0.85% 0.44% -
HSV(B) 259.89º 0.92% 0.81% -
XYZ 14.77 6.61 59.53 -
YUV 57.5 212.37 144.05 -
System Red Green Blue C M Y K H S L
Decimal 80 17 207 0.61 0.92 0 0.19 259.89 0.85 0.44
Hex 50 11 CF 3D 5C 0 13 104 55 2C
Octal 120 21 317 75 134 0 23 404 125 54
Binary 1010000 10001 11001111 111101 1011100 0 10011 100000100 1010101 101100

Color Harmonies of #5011CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5011CF

Black with #5011CF

Text Example


Text Example

White with #5011CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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