Html Css Color HEX #501CCE Purple Heart

📋 copy color: '#501CCE'

red 80 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #501CCE

Tints of Purple Heart #501CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 25.48%
G = 8.92%
B = 65.61%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#501CCE (or 0x501CCE) is known color: Purple Heart. HEX triplet: 50, 1C and CE. RGB value is (80,28,206). Sum of RGB (Red+Green+Blue) = 80+28+206=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #501CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CCE is #AFE331. Grayscale: #3F3F3F. Windows color (decimal): -11526962 or 13507664. OLE color: 13507664.

HSL color Cylindrical-coordinate representation of color #501CCE: hue angle of 257.53º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501CCE is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 28 206 -
CMYK 0.61 0.86 0 0.19
HSL 257.53º 0.76% 0.46% -
HSV(B) 257.53º 0.86% 0.81% -
XYZ 14.86 6.99 58.96 -
YUV 63.84 208.23 139.53 -
System Red Green Blue C M Y K H S L
Decimal 80 28 206 0.61 0.86 0 0.19 257.53 0.76 0.46
Hex 50 1C CE 3D 56 0 13 102 4C 2E
Octal 120 34 316 75 126 0 23 402 114 56
Binary 1010000 11100 11001110 111101 1010110 0 10011 100000010 1001100 101110

Color Harmonies of #501CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CCE

Black with #501CCE

Text Example


Text Example

White with #501CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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