Html Css Color HEX #5003CE Purple Heart

📋 copy color: '#5003CE'

red 80 ◦ green 3 ◦ blue 206

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

Shades of Purple Heart #5003CE

Tints of Purple Heart #5003CE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 27.68%
G = 1.04%
B = 71.28%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5003CE (or 0x5003CE) is known color: Purple Heart. HEX triplet: 50, 03 and CE. RGB value is (80,3,206). Sum of RGB (Red+Green+Blue) = 80+3+206=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #5003CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5003CE is #AFFC31. Grayscale: #303030. Windows color (decimal): -11533362 or 13501264. OLE color: 13501264.

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

Color convert

RGB 80 3 206 -
CMYK 0.61 0.99 0 0.19
HSL 262.76º 0.97% 0.41% -
HSV(B) 262.76º 0.99% 0.81% -
XYZ 14.48 6.23 58.83 -
YUV 49.17 216.51 149.99 -
System Red Green Blue C M Y K H S L
Decimal 80 3 206 0.61 0.99 0 0.19 262.76 0.97 0.41
Hex 50 3 CE 3D 63 0 13 107 61 29
Octal 120 3 316 75 143 0 23 407 141 51
Binary 1010000 11 11001110 111101 1100011 0 10011 100000111 1100001 101001

Color Harmonies of #5003CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5003CE

Black with #5003CE

Text Example


Text Example

White with #5003CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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