Html Css Color HEX #501CBE Purple Heart

📋 copy color: '#501CBE'

red 80 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #501CBE

Tints of Purple Heart #501CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 26.85%
G = 9.4%
B = 63.76%

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

#501CBE (or 0x501CBE) is known color: Purple Heart. HEX triplet: 50, 1C and BE. RGB value is (80,28,190). Sum of RGB (Red+Green+Blue) = 80+28+190=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #501CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CBE is #AFE341. Grayscale: #3D3D3D. Windows color (decimal): -11526978 or 12459088. OLE color: 12459088.

HSL color Cylindrical-coordinate representation of color #501CBE: hue angle of 259.26º 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 #501CBE is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 28 190 -
CMYK 0.58 0.85 0 0.25
HSL 259.26º 0.74% 0.43% -
HSV(B) 259.26º 0.85% 0.75% -
XYZ 13.02 6.25 49.24 -
YUV 62.02 200.23 140.83 -
System Red Green Blue C M Y K H S L
Decimal 80 28 190 0.58 0.85 0 0.25 259.26 0.74 0.43
Hex 50 1C BE 3A 55 0 19 103 4A 2B
Octal 120 34 276 72 125 0 31 403 112 53
Binary 1010000 11100 10111110 111010 1010101 0 11001 100000011 1001010 101011

Color Harmonies of #501CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CBE

Black with #501CBE

Text Example


Text Example

White with #501CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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