Html Css Color HEX #500AAF Purple Heart

📋 copy color: '#500AAF'

red 80 ◦ green 10 ◦ blue 175

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

Shades of Purple Heart #500AAF

Tints of Purple Heart #500AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.04%

R = 30.19%
G = 3.77%
B = 66.04%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#500AAF (or 0x500AAF) is known color: Purple Heart. HEX triplet: 50, 0A and AF. RGB value is (80,10,175). Sum of RGB (Red+Green+Blue) = 80+10+175=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #500AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500AAF is #AFF550. Grayscale: #313131. Windows color (decimal): -11531601 or 11471440. OLE color: 11471440.

HSL color Cylindrical-coordinate representation of color #500AAF: hue angle of 265.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500AAF is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 10 175 -
CMYK 0.54 0.94 0 0.31
HSL 265.45º 0.89% 0.36% -
HSV(B) 265.45º 0.94% 0.69% -
XYZ 11.15 5.02 40.94 -
YUV 49.74 198.69 149.58 -
System Red Green Blue C M Y K H S L
Decimal 80 10 175 0.54 0.94 0 0.31 265.45 0.89 0.36
Hex 50 A AF 36 5E 0 1F 109 59 24
Octal 120 12 257 66 136 0 37 411 131 44
Binary 1010000 1010 10101111 110110 1011110 0 11111 100001001 1011001 100100

Color Harmonies of #500AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500AAF

Black with #500AAF

Text Example


Text Example

White with #500AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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