Html Css Color HEX #501ACE Purple Heart

📋 copy color: '#501ACE'

red 80 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #501ACE

Tints of Purple Heart #501ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

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

R = 25.64%
G = 8.33%
B = 66.03%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#501ACE (or 0x501ACE) is known color: Purple Heart. HEX triplet: 50, 1A and CE. RGB value is (80,26,206). Sum of RGB (Red+Green+Blue) = 80+26+206=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #501ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ACE is #AFE531. Grayscale: #3E3E3E. Windows color (decimal): -11527474 or 13507152. OLE color: 13507152.

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

Color convert

RGB 80 26 206 -
CMYK 0.61 0.87 0 0.19
HSL 258º 0.78% 0.45% -
HSV(B) 258º 0.87% 0.81% -
XYZ 14.82 6.9 58.94 -
YUV 62.67 208.89 140.36 -
System Red Green Blue C M Y K H S L
Decimal 80 26 206 0.61 0.87 0 0.19 258 0.78 0.45
Hex 50 1A CE 3D 57 0 13 102 4E 2D
Octal 120 32 316 75 127 0 23 402 116 55
Binary 1010000 11010 11001110 111101 1010111 0 10011 100000010 1001110 101101

Color Harmonies of #501ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501ACE

Black with #501ACE

Text Example


Text Example

White with #501ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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