Html Css Color HEX #5015CE Purple Heart

📋 copy color: '#5015CE'

red 80 ◦ green 21 ◦ blue 206

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

Shades of Purple Heart #5015CE

Tints of Purple Heart #5015CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

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

R = 26.06%
G = 6.84%
B = 67.1%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5015CE (or 0x5015CE) is known color: Purple Heart. HEX triplet: 50, 15 and CE. RGB value is (80,21,206). Sum of RGB (Red+Green+Blue) = 80+21+206=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #5015CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015CE is #AFEA31. Grayscale: #3B3B3B. Windows color (decimal): -11528754 or 13505872. OLE color: 13505872.

HSL color Cylindrical-coordinate representation of color #5015CE: hue angle of 259.14º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5015CE is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 21 206 -
CMYK 0.61 0.90 0 0.19
HSL 259.14º 0.81% 0.45% -
HSV(B) 259.14º 0.9% 0.81% -
XYZ 14.72 6.7 58.91 -
YUV 59.73 210.55 142.46 -
System Red Green Blue C M Y K H S L
Decimal 80 21 206 0.61 0.90 0 0.19 259.14 0.81 0.45
Hex 50 15 CE 3D 5A 0 13 103 51 2D
Octal 120 25 316 75 132 0 23 403 121 55
Binary 1010000 10101 11001110 111101 1011010 0 10011 100000011 1010001 101101

Color Harmonies of #5015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015CE

Black with #5015CE

Text Example


Text Example

White with #5015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5015CE; }

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

 H1.HeaderClassName
 {
   color: #5015CE;
 }
 .AnyTagClassName
 {
   color: #5015CE;
 }
</style>

background-color css

<style>
 a { background-color: #5015CE; }

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

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

border-color css

<style>
 span { border-color: #5015CE; }

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

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