Html Css Color HEX #501CBF Purple Heart

📋 copy color: '#501CBF'

red 80 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #501CBF

Tints of Purple Heart #501CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.88%

R = 26.76%
G = 9.36%
B = 63.88%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#501CBF (or 0x501CBF) is known color: Purple Heart. HEX triplet: 50, 1C and BF. RGB value is (80,28,191). Sum of RGB (Red+Green+Blue) = 80+28+191=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #501CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CBF is #AFE340. Grayscale: #3D3D3D. Windows color (decimal): -11526977 or 12524624. OLE color: 12524624.

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

Color convert

RGB 80 28 191 -
CMYK 0.58 0.85 0 0.25
HSL 259.14º 0.74% 0.43% -
HSV(B) 259.14º 0.85% 0.75% -
XYZ 13.13 6.3 49.81 -
YUV 62.13 200.73 140.75 -
System Red Green Blue C M Y K H S L
Decimal 80 28 191 0.58 0.85 0 0.25 259.14 0.74 0.43
Hex 50 1C BF 3A 55 0 19 103 4A 2B
Octal 120 34 277 72 125 0 31 403 112 53
Binary 1010000 11100 10111111 111010 1010101 0 11001 100000011 1001010 101011

Color Harmonies of #501CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CBF

Black with #501CBF

Text Example


Text Example

White with #501CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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