Html Css Color HEX #500CAC Purple Heart

📋 copy color: '#500CAC'

red 80 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #500CAC

Tints of Purple Heart #500CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.55%

 BLUE value IS 172 (67.58% from 255) = 65.15%

R = 30.3%
G = 4.55%
B = 65.15%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#500CAC (or 0x500CAC) is known color: Purple Heart. HEX triplet: 50, 0C and AC. RGB value is (80,12,172). Sum of RGB (Red+Green+Blue) = 80+12+172=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #500CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500CAC is #AFF353. Grayscale: #323232. Windows color (decimal): -11531092 or 11275344. OLE color: 11275344.

HSL color Cylindrical-coordinate representation of color #500CAC: hue angle of 265.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500CAC is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 12 172 -
CMYK 0.53 0.93 0 0.33
HSL 265.5º 0.87% 0.36% -
HSV(B) 265.5º 0.93% 0.67% -
XYZ 10.89 4.95 39.41 -
YUV 50.57 196.53 148.99 -
System Red Green Blue C M Y K H S L
Decimal 80 12 172 0.53 0.93 0 0.33 265.5 0.87 0.36
Hex 50 C AC 35 5D 0 21 10A 57 24
Octal 120 14 254 65 135 0 41 412 127 44
Binary 1010000 1100 10101100 110101 1011101 0 100001 100001010 1010111 100100

Color Harmonies of #500CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500CAC

Black with #500CAC

Text Example


Text Example

White with #500CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,12,172); }

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

background-color css

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

 a { background-color: rgb(80,12,172); }

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

border-color css

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

 span { border-color: rgb(80,12,172); }

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