Html Css Color HEX #500FAA Purple Heart

📋 copy color: '#500FAA'

red 80 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #500FAA

Tints of Purple Heart #500FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.66%

 BLUE value IS 170 (66.8% from 255) = 64.15%

R = 30.19%
G = 5.66%
B = 64.15%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#500FAA (or 0x500FAA) is known color: Purple Heart. HEX triplet: 50, 0F and AA. RGB value is (80,15,170). Sum of RGB (Red+Green+Blue) = 80+15+170=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #500FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500FAA is #AFF055. Grayscale: #333333. Windows color (decimal): -11530326 or 11145040. OLE color: 11145040.

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

Color convert

RGB 80 15 170 -
CMYK 0.53 0.91 0 0.33
HSL 265.16º 0.84% 0.36% -
HSV(B) 265.16º 0.91% 0.67% -
XYZ 10.73 4.95 38.42 -
YUV 52.11 194.53 147.9 -
System Red Green Blue C M Y K H S L
Decimal 80 15 170 0.53 0.91 0 0.33 265.16 0.84 0.36
Hex 50 F AA 35 5B 0 21 109 54 24
Octal 120 17 252 65 133 0 41 411 124 44
Binary 1010000 1111 10101010 110101 1011011 0 100001 100001001 1010100 100100

Color Harmonies of #500FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500FAA

Black with #500FAA

Text Example


Text Example

White with #500FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,15,170); }

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

background-color css

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

 a { background-color: rgb(80,15,170); }

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

border-color css

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

 span { border-color: rgb(80,15,170); }

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