Html Css Color HEX #501BAB Purple Heart

📋 copy color: '#501BAB'

red 80 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #501BAB

Tints of Purple Heart #501BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.71%

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

R = 28.78%
G = 9.71%
B = 61.51%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#501BAB (or 0x501BAB) is known color: Purple Heart. HEX triplet: 50, 1B and AB. RGB value is (80,27,171). Sum of RGB (Red+Green+Blue) = 80+27+171=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #501BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501BAB is #AFE454. Grayscale: #3A3A3A. Windows color (decimal): -11527253 or 11213648. OLE color: 11213648.

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

Color convert

RGB 80 27 171 -
CMYK 0.53 0.84 0 0.33
HSL 262.08º 0.73% 0.39% -
HSV(B) 262.08º 0.84% 0.67% -
XYZ 11.05 5.43 38.99 -
YUV 59.26 191.06 142.79 -
System Red Green Blue C M Y K H S L
Decimal 80 27 171 0.53 0.84 0 0.33 262.08 0.73 0.39
Hex 50 1B AB 35 54 0 21 106 49 27
Octal 120 33 253 65 124 0 41 406 111 47
Binary 1010000 11011 10101011 110101 1010100 0 100001 100000110 1001001 100111

Color Harmonies of #501BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BAB

Black with #501BAB

Text Example


Text Example

White with #501BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501BAB; }

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

 H1.HeaderClassName
 {
   color: #501BAB;
 }
 .AnyTagClassName
 {
   color: #501BAB;
 }
</style>

background-color css

<style>
 a { background-color: #501BAB; }

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

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

border-color css

<style>
 span { border-color: #501BAB; }

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

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