Html Css Color HEX #501ECE Purple Heart

📋 copy color: '#501ECE'

red 80 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #501ECE

Tints of Purple Heart #501ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 25.32%
G = 9.49%
B = 65.19%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#501ECE (or 0x501ECE) is known color: Purple Heart. HEX triplet: 50, 1E and CE. RGB value is (80,30,206). Sum of RGB (Red+Green+Blue) = 80+30+206=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #501ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ECE is #AFE131. Grayscale: #404040. Windows color (decimal): -11526450 or 13508176. OLE color: 13508176.

HSL color Cylindrical-coordinate representation of color #501ECE: hue angle of 257.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501ECE is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 30 206 -
CMYK 0.61 0.85 0 0.19
HSL 257.05º 0.75% 0.46% -
HSV(B) 257.05º 0.85% 0.81% -
XYZ 14.91 7.09 58.98 -
YUV 65.01 207.57 138.69 -
System Red Green Blue C M Y K H S L
Decimal 80 30 206 0.61 0.85 0 0.19 257.05 0.75 0.46
Hex 50 1E CE 3D 55 0 13 101 4B 2E
Octal 120 36 316 75 125 0 23 401 113 56
Binary 1010000 11110 11001110 111101 1010101 0 10011 100000001 1001011 101110

Color Harmonies of #501ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501ECE

Black with #501ECE

Text Example


Text Example

White with #501ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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