Html Css Color HEX #501EBB Purple Heart

📋 copy color: '#501EBB'

red 80 ◦ green 30 ◦ blue 187

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

Shades of Purple Heart #501EBB

Tints of Purple Heart #501EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

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

R = 26.94%
G = 10.1%
B = 62.96%

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

#501EBB (or 0x501EBB) is known color: Purple Heart. HEX triplet: 50, 1E and BB. RGB value is (80,30,187). Sum of RGB (Red+Green+Blue) = 80+30+187=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #501EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EBB is #AFE144. Grayscale: #3E3E3E. Windows color (decimal): -11526469 or 12262992. OLE color: 12262992.

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

Color convert

RGB 80 30 187 -
CMYK 0.57 0.84 0 0.27
HSL 259.11º 0.72% 0.43% -
HSV(B) 259.11º 0.84% 0.73% -
XYZ 12.74 6.22 47.54 -
YUV 62.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 80 30 187 0.57 0.84 0 0.27 259.11 0.72 0.43
Hex 50 1E BB 39 54 0 1B 103 48 2B
Octal 120 36 273 71 124 0 33 403 110 53
Binary 1010000 11110 10111011 111001 1010100 0 11011 100000011 1001000 101011

Color Harmonies of #501EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EBB

Black with #501EBB

Text Example


Text Example

White with #501EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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