Html Css Color HEX #501EB4 Purple Heart

📋 copy color: '#501EB4'

red 80 ◦ green 30 ◦ blue 180

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

Shades of Purple Heart #501EB4

Tints of Purple Heart #501EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 62.07%

R = 27.59%
G = 10.34%
B = 62.07%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#501EB4 (or 0x501EB4) is known color: Purple Heart. HEX triplet: 50, 1E and B4. RGB value is (80,30,180). Sum of RGB (Red+Green+Blue) = 80+30+180=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #501EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EB4 is #AFE14B. Grayscale: #3D3D3D. Windows color (decimal): -11526476 or 11804240. OLE color: 11804240.

HSL color Cylindrical-coordinate representation of color #501EB4: hue angle of 260º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501EB4 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 30 180 -
CMYK 0.56 0.83 0 0.29
HSL 260º 0.71% 0.41% -
HSV(B) 260º 0.83% 0.71% -
XYZ 12.01 5.93 43.69 -
YUV 62.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 80 30 180 0.56 0.83 0 0.29 260 0.71 0.41
Hex 50 1E B4 38 53 0 1D 104 47 29
Octal 120 36 264 70 123 0 35 404 107 51
Binary 1010000 11110 10110100 111000 1010011 0 11101 100000100 1000111 101001

Color Harmonies of #501EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EB4

Black with #501EB4

Text Example


Text Example

White with #501EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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