Html Css Color HEX #501BC7 Purple Heart

📋 copy color: '#501BC7'

red 80 ◦ green 27 ◦ blue 199

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

Shades of Purple Heart #501BC7

Tints of Purple Heart #501BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 65.03%

R = 26.14%
G = 8.82%
B = 65.03%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#501BC7 (or 0x501BC7) is known color: Purple Heart. HEX triplet: 50, 1B and C7. RGB value is (80,27,199). Sum of RGB (Red+Green+Blue) = 80+27+199=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 199 (78.12% from 255 or 65.03% from 306); Max value from RGB is 199 - color contains mainly: blue. Hex color #501BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BC7 is #AFE438. Grayscale: #3D3D3D. Windows color (decimal): -11527225 or 13048656. OLE color: 13048656.

HSL color Cylindrical-coordinate representation of color #501BC7: hue angle of 258.49º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501BC7 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 27 199 -
CMYK 0.60 0.86 0 0.22
HSL 258.49º 0.76% 0.44% -
HSV(B) 258.49º 0.86% 0.78% -
XYZ 14.01 6.61 54.57 -
YUV 62.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 80 27 199 0.60 0.86 0 0.22 258.49 0.76 0.44
Hex 50 1B C7 3C 56 0 16 102 4C 2C
Octal 120 33 307 74 126 0 26 402 114 54
Binary 1010000 11011 11000111 111100 1010110 0 10110 100000010 1001100 101100

Color Harmonies of #501BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BC7

Black with #501BC7

Text Example


Text Example

White with #501BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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