Html Css Color HEX #501EA6 Purple Heart

📋 copy color: '#501EA6'

red 80 ◦ green 30 ◦ blue 166

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

Shades of Purple Heart #501EA6

Tints of Purple Heart #501EA6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.87%

 BLUE value IS 166 (65.23% from 255) = 60.14%

R = 28.99%
G = 10.87%
B = 60.14%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#501EA6 (or 0x501EA6) is known color: Purple Heart. HEX triplet: 50, 1E and A6. RGB value is (80,30,166). Sum of RGB (Red+Green+Blue) = 80+30+166=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 166 (65.23% from 255 or 60.14% from 276); Max value from RGB is 166 - color contains mainly: blue. Hex color #501EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501EA6 is #AFE159. Grayscale: #3B3B3B. Windows color (decimal): -11526490 or 10886736. OLE color: 10886736.

HSL color Cylindrical-coordinate representation of color #501EA6: hue angle of 262.06º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501EA6 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 30 166 -
CMYK 0.52 0.82 0 0.35
HSL 262.06º 0.69% 0.38% -
HSV(B) 262.06º 0.82% 0.65% -
XYZ 10.66 5.39 36.55 -
YUV 60.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 80 30 166 0.52 0.82 0 0.35 262.06 0.69 0.38
Hex 50 1E A6 34 52 0 23 106 45 26
Octal 120 36 246 64 122 0 43 406 105 46
Binary 1010000 11110 10100110 110100 1010010 0 100011 100000110 1000101 100110

Color Harmonies of #501EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EA6

Black with #501EA6

Text Example


Text Example

White with #501EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501EA6; }

 p { color: rgb(80,30,166); }

 H1.HeaderClassName
 {
   color: #501EA6;
 }
 .AnyTagClassName
 {
   color: #501EA6;
 }
</style>

background-color css

<style>
 a { background-color: #501EA6; }

 a { background-color: rgb(80,30,166); }

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

border-color css

<style>
 span { border-color: #501EA6; }

 span { border-color: rgb(80,30,166); }

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