Html Css Color HEX #501BBB Purple Heart

📋 copy color: '#501BBB'

red 80 ◦ green 27 ◦ blue 187

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

Shades of Purple Heart #501BBB

Tints of Purple Heart #501BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.18%

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

R = 27.21%
G = 9.18%
B = 63.61%

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

#501BBB (or 0x501BBB) is known color: Purple Heart. HEX triplet: 50, 1B and BB. RGB value is (80,27,187). Sum of RGB (Red+Green+Blue) = 80+27+187=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #501BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BBB is #AFE444. Grayscale: #3C3C3C. Windows color (decimal): -11527237 or 12262224. OLE color: 12262224.

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

Color convert

RGB 80 27 187 -
CMYK 0.57 0.86 0 0.27
HSL 259.88º 0.75% 0.42% -
HSV(B) 259.88º 0.86% 0.73% -
XYZ 12.67 6.08 47.52 -
YUV 61.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 80 27 187 0.57 0.86 0 0.27 259.88 0.75 0.42
Hex 50 1B BB 39 56 0 1B 104 4B 2A
Octal 120 33 273 71 126 0 33 404 113 52
Binary 1010000 11011 10111011 111001 1010110 0 11011 100000100 1001011 101010

Color Harmonies of #501BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BBB

Black with #501BBB

Text Example


Text Example

White with #501BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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