Html Css Color HEX #500FAB Purple Heart

📋 copy color: '#500FAB'

red 80 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #500FAB

Tints of Purple Heart #500FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 30.08%
G = 5.64%
B = 64.29%

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

#500FAB (or 0x500FAB) is known color: Purple Heart. HEX triplet: 50, 0F and AB. RGB value is (80,15,171). Sum of RGB (Red+Green+Blue) = 80+15+171=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #500FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500FAB is #AFF054. Grayscale: #333333. Windows color (decimal): -11530325 or 11210576. OLE color: 11210576.

HSL color Cylindrical-coordinate representation of color #500FAB: hue angle of 265º 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 #500FAB is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 15 171 -
CMYK 0.53 0.91 0 0.33
HSL 265º 0.84% 0.36% -
HSV(B) 265º 0.91% 0.67% -
XYZ 10.83 4.99 38.92 -
YUV 52.22 195.03 147.82 -
System Red Green Blue C M Y K H S L
Decimal 80 15 171 0.53 0.91 0 0.33 265 0.84 0.36
Hex 50 F AB 35 5B 0 21 109 54 24
Octal 120 17 253 65 133 0 41 411 124 44
Binary 1010000 1111 10101011 110101 1011011 0 100001 100001001 1010100 100100

Color Harmonies of #500FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500FAB

Black with #500FAB

Text Example


Text Example

White with #500FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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