Html Css Color HEX #5018CE Purple Heart

📋 copy color: '#5018CE'

red 80 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #5018CE

Tints of Purple Heart #5018CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.74%

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

R = 25.81%
G = 7.74%
B = 66.45%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5018CE (or 0x5018CE) is known color: Purple Heart. HEX triplet: 50, 18 and CE. RGB value is (80,24,206). Sum of RGB (Red+Green+Blue) = 80+24+206=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #5018CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5018CE is #AFE731. Grayscale: #3C3C3C. Windows color (decimal): -11527986 or 13506640. OLE color: 13506640.

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

Color convert

RGB 80 24 206 -
CMYK 0.61 0.88 0 0.19
HSL 258.46º 0.79% 0.45% -
HSV(B) 258.46º 0.88% 0.81% -
XYZ 14.78 6.81 58.93 -
YUV 61.49 209.55 141.2 -
System Red Green Blue C M Y K H S L
Decimal 80 24 206 0.61 0.88 0 0.19 258.46 0.79 0.45
Hex 50 18 CE 3D 58 0 13 102 4F 2D
Octal 120 30 316 75 130 0 23 402 117 55
Binary 1010000 11000 11001110 111101 1011000 0 10011 100000010 1001111 101101

Color Harmonies of #5018CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5018CE

Black with #5018CE

Text Example


Text Example

White with #5018CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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