Html Css Color HEX #500ECA Purple Heart

📋 copy color: '#500ECA'

red 80 ◦ green 14 ◦ blue 202

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

Shades of Purple Heart #500ECA

Tints of Purple Heart #500ECA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.73%

 BLUE value IS 202 (79.3% from 255) = 68.24%

R = 27.03%
G = 4.73%
B = 68.24%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#500ECA (or 0x500ECA) is known color: Purple Heart. HEX triplet: 50, 0E and CA. RGB value is (80,14,202). Sum of RGB (Red+Green+Blue) = 80+14+202=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #500ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ECA is #AFF135. Grayscale: #363636. Windows color (decimal): -11530550 or 13241936. OLE color: 13241936.

HSL color Cylindrical-coordinate representation of color #500ECA: hue angle of 261.06º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500ECA is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 14 202 -
CMYK 0.60 0.93 0 0.21
HSL 261.06º 0.87% 0.42% -
HSV(B) 261.06º 0.93% 0.79% -
XYZ 14.13 6.28 56.35 -
YUV 55.17 210.87 145.71 -
System Red Green Blue C M Y K H S L
Decimal 80 14 202 0.60 0.93 0 0.21 261.06 0.87 0.42
Hex 50 E CA 3C 5D 0 15 105 57 2A
Octal 120 16 312 74 135 0 25 405 127 52
Binary 1010000 1110 11001010 111100 1011101 0 10101 100000101 1010111 101010

Color Harmonies of #500ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500ECA

Black with #500ECA

Text Example


Text Example

White with #500ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500ECA; }

 p { color: rgb(80,14,202); }

 H1.HeaderClassName
 {
   color: #500ECA;
 }
 .AnyTagClassName
 {
   color: #500ECA;
 }
</style>

background-color css

<style>
 a { background-color: #500ECA; }

 a { background-color: rgb(80,14,202); }

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

border-color css

<style>
 span { border-color: #500ECA; }

 span { border-color: rgb(80,14,202); }

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