Html Css Color HEX #501AC0 Purple Heart

📋 copy color: '#501AC0'

red 80 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #501AC0

Tints of Purple Heart #501AC0

RGB

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

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

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

R = 26.85%
G = 8.72%
B = 64.43%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#501AC0 (or 0x501AC0) is known color: Purple Heart. HEX triplet: 50, 1A and C0. RGB value is (80,26,192). Sum of RGB (Red+Green+Blue) = 80+26+192=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #501AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AC0 is #AFE53F. Grayscale: #3C3C3C. Windows color (decimal): -11527488 or 12589648. OLE color: 12589648.

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

Color convert

RGB 80 26 192 -
CMYK 0.58 0.86 0 0.25
HSL 259.52º 0.76% 0.43% -
HSV(B) 259.52º 0.86% 0.75% -
XYZ 13.19 6.25 50.38 -
YUV 61.07 201.89 141.5 -
System Red Green Blue C M Y K H S L
Decimal 80 26 192 0.58 0.86 0 0.25 259.52 0.76 0.43
Hex 50 1A C0 3A 56 0 19 104 4C 2B
Octal 120 32 300 72 126 0 31 404 114 53
Binary 1010000 11010 11000000 111010 1010110 0 11001 100000100 1001100 101011

Color Harmonies of #501AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AC0

Black with #501AC0

Text Example


Text Example

White with #501AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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