Html Css Color HEX #5004C0 Purple Heart

📋 copy color: '#5004C0'

red 80 ◦ green 4 ◦ blue 192

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

Shades of Purple Heart #5004C0

Tints of Purple Heart #5004C0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 192 (75.39% from 255) = 69.57%

R = 28.99%
G = 1.45%
B = 69.57%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5004C0 (or 0x5004C0) is known color: Purple Heart. HEX triplet: 50, 04 and C0. RGB value is (80,4,192). Sum of RGB (Red+Green+Blue) = 80+4+192=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 192 (75.39% from 255 or 69.57% from 276); Max value from RGB is 192 - color contains mainly: blue. Hex color #5004C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5004C0 is #AFFB3F. Grayscale: #2F2F2F. Windows color (decimal): -11533120 or 12584016. OLE color: 12584016.

HSL color Cylindrical-coordinate representation of color #5004C0: hue angle of 264.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004C0 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 4 192 -
CMYK 0.58 0.98 0 0.25
HSL 264.26º 0.96% 0.38% -
HSV(B) 264.26º 0.98% 0.75% -
XYZ 12.87 5.6 50.27 -
YUV 48.16 209.18 150.71 -
System Red Green Blue C M Y K H S L
Decimal 80 4 192 0.58 0.98 0 0.25 264.26 0.96 0.38
Hex 50 4 C0 3A 62 0 19 108 60 26
Octal 120 4 300 72 142 0 31 410 140 46
Binary 1010000 100 11000000 111010 1100010 0 11001 100001000 1100000 100110

Color Harmonies of #5004C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004C0

Black with #5004C0

Text Example


Text Example

White with #5004C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5004C0; }

 p { color: rgb(80,4,192); }

 H1.HeaderClassName
 {
   color: #5004C0;
 }
 .AnyTagClassName
 {
   color: #5004C0;
 }
</style>

background-color css

<style>
 a { background-color: #5004C0; }

 a { background-color: rgb(80,4,192); }

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

border-color css

<style>
 span { border-color: #5004C0; }

 span { border-color: rgb(80,4,192); }

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