Html Css Color HEX #500AC5 Purple Heart

📋 copy color: '#500AC5'

red 80 ◦ green 10 ◦ blue 197

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

Shades of Purple Heart #500AC5

Tints of Purple Heart #500AC5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.48%

 BLUE value IS 197 (77.34% from 255) = 68.64%

R = 27.87%
G = 3.48%
B = 68.64%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#500AC5 (or 0x500AC5) is known color: Purple Heart. HEX triplet: 50, 0A and C5. RGB value is (80,10,197). Sum of RGB (Red+Green+Blue) = 80+10+197=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 197 (77.34% from 255 or 68.64% from 287); Max value from RGB is 197 - color contains mainly: blue. Hex color #500AC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500AC5 is #AFF53A. Grayscale: #333333. Windows color (decimal): -11531579 or 12913232. OLE color: 12913232.

HSL color Cylindrical-coordinate representation of color #500AC5: hue angle of 262.46º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500AC5 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 10 197 -
CMYK 0.59 0.95 0 0.23
HSL 262.46º 0.9% 0.41% -
HSV(B) 262.46º 0.95% 0.77% -
XYZ 13.49 5.95 53.26 -
YUV 52.25 209.69 147.79 -
System Red Green Blue C M Y K H S L
Decimal 80 10 197 0.59 0.95 0 0.23 262.46 0.9 0.41
Hex 50 A C5 3B 5F 0 17 106 5A 29
Octal 120 12 305 73 137 0 27 406 132 51
Binary 1010000 1010 11000101 111011 1011111 0 10111 100000110 1011010 101001

Color Harmonies of #500AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500AC5

Black with #500AC5

Text Example


Text Example

White with #500AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,10,197); }

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

background-color css

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

 a { background-color: rgb(80,10,197); }

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

border-color css

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

 span { border-color: rgb(80,10,197); }

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