Html Css Color HEX #501CBC Purple Heart

📋 copy color: '#501CBC'

red 80 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #501CBC

Tints of Purple Heart #501CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.51%

R = 27.03%
G = 9.46%
B = 63.51%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#501CBC (or 0x501CBC) is known color: Purple Heart. HEX triplet: 50, 1C and BC. RGB value is (80,28,188). Sum of RGB (Red+Green+Blue) = 80+28+188=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #501CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CBC is #AFE343. Grayscale: #3D3D3D. Windows color (decimal): -11526980 or 12328016. OLE color: 12328016.

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

Color convert

RGB 80 28 188 -
CMYK 0.57 0.85 0 0.26
HSL 259.5º 0.74% 0.42% -
HSV(B) 259.5º 0.85% 0.74% -
XYZ 12.8 6.17 48.09 -
YUV 61.79 199.23 140.99 -
System Red Green Blue C M Y K H S L
Decimal 80 28 188 0.57 0.85 0 0.26 259.5 0.74 0.42
Hex 50 1C BC 39 55 0 1A 104 4A 2A
Octal 120 34 274 71 125 0 32 404 112 52
Binary 1010000 11100 10111100 111001 1010101 0 11010 100000100 1001010 101010

Color Harmonies of #501CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CBC

Black with #501CBC

Text Example


Text Example

White with #501CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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