Html Css Color HEX #500FAD Purple Heart

📋 copy color: '#500FAD'

red 80 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #500FAD

Tints of Purple Heart #500FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 29.85%
G = 5.6%
B = 64.55%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#500FAD (or 0x500FAD) is known color: Purple Heart. HEX triplet: 50, 0F and AD. RGB value is (80,15,173). Sum of RGB (Red+Green+Blue) = 80+15+173=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #500FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500FAD is #AFF052. Grayscale: #333333. Windows color (decimal): -11530323 or 11341648. OLE color: 11341648.

HSL color Cylindrical-coordinate representation of color #500FAD: hue angle of 264.68º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500FAD is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 15 173 -
CMYK 0.54 0.91 0 0.32
HSL 264.68º 0.84% 0.37% -
HSV(B) 264.68º 0.91% 0.68% -
XYZ 11.02 5.06 39.93 -
YUV 52.45 196.03 147.65 -
System Red Green Blue C M Y K H S L
Decimal 80 15 173 0.54 0.91 0 0.32 264.68 0.84 0.37
Hex 50 F AD 36 5B 0 20 109 54 25
Octal 120 17 255 66 133 0 40 411 124 45
Binary 1010000 1111 10101101 110110 1011011 0 100000 100001001 1010100 100101

Color Harmonies of #500FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500FAD

Black with #500FAD

Text Example


Text Example

White with #500FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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