Html Css Color HEX #501DBB Purple Heart

📋 copy color: '#501DBB'

red 80 ◦ green 29 ◦ blue 187

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

Shades of Purple Heart #501DBB

Tints of Purple Heart #501DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 27.03%
G = 9.8%
B = 63.18%

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

#501DBB (or 0x501DBB) is known color: Purple Heart. HEX triplet: 50, 1D and BB. RGB value is (80,29,187). Sum of RGB (Red+Green+Blue) = 80+29+187=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #501DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DBB is #AFE244. Grayscale: #3D3D3D. Windows color (decimal): -11526725 or 12262736. OLE color: 12262736.

HSL color Cylindrical-coordinate representation of color #501DBB: hue angle of 259.37º 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 #501DBB is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 29 187 -
CMYK 0.57 0.84 0 0.27
HSL 259.37º 0.73% 0.42% -
HSV(B) 259.37º 0.84% 0.73% -
XYZ 12.72 6.17 47.53 -
YUV 62.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 80 29 187 0.57 0.84 0 0.27 259.37 0.73 0.42
Hex 50 1D BB 39 54 0 1B 103 49 2A
Octal 120 35 273 71 124 0 33 403 111 52
Binary 1010000 11101 10111011 111001 1010100 0 11011 100000011 1001001 101010

Color Harmonies of #501DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DBB

Black with #501DBB

Text Example


Text Example

White with #501DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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