Html Css Color HEX #501AB9 Purple Heart

📋 copy color: '#501AB9'

red 80 ◦ green 26 ◦ blue 185

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

Shades of Purple Heart #501AB9

Tints of Purple Heart #501AB9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.93%

 BLUE value IS 185 (72.66% from 255) = 63.57%

R = 27.49%
G = 8.93%
B = 63.57%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#501AB9 (or 0x501AB9) is known color: Purple Heart. HEX triplet: 50, 1A and B9. RGB value is (80,26,185). Sum of RGB (Red+Green+Blue) = 80+26+185=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 185 (72.66% from 255 or 63.57% from 291); Max value from RGB is 185 - color contains mainly: blue. Hex color #501AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AB9 is #AFE546. Grayscale: #3B3B3B. Windows color (decimal): -11527495 or 12130896. OLE color: 12130896.

HSL color Cylindrical-coordinate representation of color #501AB9: hue angle of 260.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501AB9 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 26 185 -
CMYK 0.57 0.86 0 0.27
HSL 260.38º 0.75% 0.41% -
HSV(B) 260.38º 0.86% 0.73% -
XYZ 12.43 5.95 46.39 -
YUV 60.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 80 26 185 0.57 0.86 0 0.27 260.38 0.75 0.41
Hex 50 1A B9 39 56 0 1B 104 4B 29
Octal 120 32 271 71 126 0 33 404 113 51
Binary 1010000 11010 10111001 111001 1010110 0 11011 100000100 1001011 101001

Color Harmonies of #501AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AB9

Black with #501AB9

Text Example


Text Example

White with #501AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,26,185); }

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

background-color css

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

 a { background-color: rgb(80,26,185); }

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

border-color css

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

 span { border-color: rgb(80,26,185); }

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