Html Css Color HEX #5003C1 Purple Heart

📋 copy color: '#5003C1'

red 80 ◦ green 3 ◦ blue 193

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

Shades of Purple Heart #5003C1

Tints of Purple Heart #5003C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 69.93%

R = 28.99%
G = 1.09%
B = 69.93%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5003C1 (or 0x5003C1) is known color: Purple Heart. HEX triplet: 50, 03 and C1. RGB value is (80,3,193). Sum of RGB (Red+Green+Blue) = 80+3+193=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 193 (75.78% from 255 or 69.93% from 276); Max value from RGB is 193 - color contains mainly: blue. Hex color #5003C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5003C1 is #AFFC3E. Grayscale: #2F2F2F. Windows color (decimal): -11533375 or 12649296. OLE color: 12649296.

HSL color Cylindrical-coordinate representation of color #5003C1: hue angle of 264.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5003C1 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 3 193 -
CMYK 0.59 0.98 0 0.24
HSL 264.32º 0.97% 0.38% -
HSV(B) 264.32º 0.98% 0.76% -
XYZ 12.97 5.62 50.85 -
YUV 47.68 210.01 151.05 -
System Red Green Blue C M Y K H S L
Decimal 80 3 193 0.59 0.98 0 0.24 264.32 0.97 0.38
Hex 50 3 C1 3B 62 0 18 108 61 26
Octal 120 3 301 73 142 0 30 410 141 46
Binary 1010000 11 11000001 111011 1100010 0 11000 100001000 1100001 100110

Color Harmonies of #5003C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5003C1

Black with #5003C1

Text Example


Text Example

White with #5003C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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