Html Css Color HEX #501DB6 Purple Heart

📋 copy color: '#501DB6'

red 80 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #501DB6

Tints of Purple Heart #501DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.97%

 BLUE value IS 182 (71.48% from 255) = 62.54%

R = 27.49%
G = 9.97%
B = 62.54%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#501DB6 (or 0x501DB6) is known color: Purple Heart. HEX triplet: 50, 1D and B6. RGB value is (80,29,182). Sum of RGB (Red+Green+Blue) = 80+29+182=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #501DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DB6 is #AFE249. Grayscale: #3D3D3D. Windows color (decimal): -11526730 or 11935056. OLE color: 11935056.

HSL color Cylindrical-coordinate representation of color #501DB6: hue angle of 260º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501DB6 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 29 182 -
CMYK 0.56 0.84 0 0.29
HSL 260º 0.73% 0.41% -
HSV(B) 260º 0.84% 0.71% -
XYZ 12.19 5.96 44.76 -
YUV 61.69 195.9 141.06 -
System Red Green Blue C M Y K H S L
Decimal 80 29 182 0.56 0.84 0 0.29 260 0.73 0.41
Hex 50 1D B6 38 54 0 1D 104 49 29
Octal 120 35 266 70 124 0 35 404 111 51
Binary 1010000 11101 10110110 111000 1010100 0 11101 100000100 1001001 101001

Color Harmonies of #501DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DB6

Black with #501DB6

Text Example


Text Example

White with #501DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,29,182); }

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

background-color css

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

 a { background-color: rgb(80,29,182); }

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

border-color css

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

 span { border-color: rgb(80,29,182); }

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