Html Css Color HEX #5011B3 Purple Heart

📋 copy color: '#5011B3'

red 80 ◦ green 17 ◦ blue 179

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

Shades of Purple Heart #5011B3

Tints of Purple Heart #5011B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 64.86%

R = 28.99%
G = 6.16%
B = 64.86%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5011B3 (or 0x5011B3) is known color: Purple Heart. HEX triplet: 50, 11 and B3. RGB value is (80,17,179). Sum of RGB (Red+Green+Blue) = 80+17+179=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #5011B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011B3 is #AFEE4C. Grayscale: #353535. Windows color (decimal): -11529805 or 11735376. OLE color: 11735376.

HSL color Cylindrical-coordinate representation of color #5011B3: hue angle of 263.33º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5011B3 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 17 179 -
CMYK 0.55 0.91 0 0.30
HSL 263.33º 0.83% 0.38% -
HSV(B) 263.33º 0.91% 0.7% -
XYZ 11.65 5.36 43.07 -
YUV 54.31 198.37 146.33 -
System Red Green Blue C M Y K H S L
Decimal 80 17 179 0.55 0.91 0 0.30 263.33 0.83 0.38
Hex 50 11 B3 37 5B 0 1E 107 53 26
Octal 120 21 263 67 133 0 36 407 123 46
Binary 1010000 10001 10110011 110111 1011011 0 11110 100000111 1010011 100110

Color Harmonies of #5011B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5011B3

Black with #5011B3

Text Example


Text Example

White with #5011B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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