Html Css Color HEX #501CBD Purple Heart

📋 copy color: '#501CBD'

red 80 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #501CBD

Tints of Purple Heart #501CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

 BLUE value IS 189 (74.22% from 255) = 63.64%

R = 26.94%
G = 9.43%
B = 63.64%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#501CBD (or 0x501CBD) is known color: Purple Heart. HEX triplet: 50, 1C and BD. RGB value is (80,28,189). Sum of RGB (Red+Green+Blue) = 80+28+189=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #501CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CBD is #AFE342. Grayscale: #3D3D3D. Windows color (decimal): -11526979 or 12393552. OLE color: 12393552.

HSL color Cylindrical-coordinate representation of color #501CBD: hue angle of 259.38º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501CBD is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 28 189 -
CMYK 0.58 0.85 0 0.26
HSL 259.38º 0.74% 0.43% -
HSV(B) 259.38º 0.85% 0.74% -
XYZ 12.91 6.21 48.66 -
YUV 61.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 80 28 189 0.58 0.85 0 0.26 259.38 0.74 0.43
Hex 50 1C BD 3A 55 0 1A 103 4A 2B
Octal 120 34 275 72 125 0 32 403 112 53
Binary 1010000 11100 10111101 111010 1010101 0 11010 100000011 1001010 101011

Color Harmonies of #501CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CBD

Black with #501CBD

Text Example


Text Example

White with #501CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,28,189); }

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

background-color css

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

 a { background-color: rgb(80,28,189); }

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

border-color css

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

 span { border-color: rgb(80,28,189); }

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