Html Css Color HEX #501EC0 Purple Heart

📋 copy color: '#501EC0'

red 80 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #501EC0

Tints of Purple Heart #501EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 26.49%
G = 9.93%
B = 63.58%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#501EC0 (or 0x501EC0) is known color: Purple Heart. HEX triplet: 50, 1E and C0. RGB value is (80,30,192). Sum of RGB (Red+Green+Blue) = 80+30+192=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #501EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EC0 is #AFE13F. Grayscale: #3E3E3E. Windows color (decimal): -11526464 or 12590672. OLE color: 12590672.

HSL color Cylindrical-coordinate representation of color #501EC0: hue angle of 258.52º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501EC0 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 30 192 -
CMYK 0.58 0.84 0 0.25
HSL 258.52º 0.73% 0.44% -
HSV(B) 258.52º 0.84% 0.75% -
XYZ 13.29 6.44 50.41 -
YUV 63.42 200.57 139.83 -
System Red Green Blue C M Y K H S L
Decimal 80 30 192 0.58 0.84 0 0.25 258.52 0.73 0.44
Hex 50 1E C0 3A 54 0 19 103 49 2C
Octal 120 36 300 72 124 0 31 403 111 54
Binary 1010000 11110 11000000 111010 1010100 0 11001 100000011 1001001 101100

Color Harmonies of #501EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EC0

Black with #501EC0

Text Example


Text Example

White with #501EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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