Html Css Color HEX #501DBA Purple Heart

📋 copy color: '#501DBA'

red 80 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #501DBA

Tints of Purple Heart #501DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 27.12%
G = 9.83%
B = 63.05%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#501DBA (or 0x501DBA) is known color: Purple Heart. HEX triplet: 50, 1D and BA. RGB value is (80,29,186). Sum of RGB (Red+Green+Blue) = 80+29+186=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #501DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DBA is #AFE245. Grayscale: #3D3D3D. Windows color (decimal): -11526726 or 12197200. OLE color: 12197200.

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

Color convert

RGB 80 29 186 -
CMYK 0.57 0.84 0 0.27
HSL 259.49º 0.73% 0.42% -
HSV(B) 259.49º 0.84% 0.73% -
XYZ 12.61 6.13 46.97 -
YUV 62.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 80 29 186 0.57 0.84 0 0.27 259.49 0.73 0.42
Hex 50 1D BA 39 54 0 1B 103 49 2A
Octal 120 35 272 71 124 0 33 403 111 52
Binary 1010000 11101 10111010 111001 1010100 0 11011 100000011 1001001 101010

Color Harmonies of #501DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DBA

Black with #501DBA

Text Example


Text Example

White with #501DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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