Html Css Color HEX #5004B7 Purple Heart

📋 copy color: '#5004B7'

red 80 ◦ green 4 ◦ blue 183

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

Shades of Purple Heart #5004B7

Tints of Purple Heart #5004B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 68.54%

R = 29.96%
G = 1.5%
B = 68.54%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5004B7 (or 0x5004B7) is known color: Purple Heart. HEX triplet: 50, 04 and B7. RGB value is (80,4,183). Sum of RGB (Red+Green+Blue) = 80+4+183=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 183 (71.88% from 255 or 68.54% from 267); Max value from RGB is 183 - color contains mainly: blue. Hex color #5004B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5004B7 is #AFFB48. Grayscale: #2E2E2E. Windows color (decimal): -11533129 or 11994192. OLE color: 11994192.

HSL color Cylindrical-coordinate representation of color #5004B7: hue angle of 265.47º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004B7 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 4 183 -
CMYK 0.56 0.98 0 0.28
HSL 265.47º 0.96% 0.37% -
HSV(B) 265.47º 0.98% 0.72% -
XYZ 11.9 5.21 45.18 -
YUV 47.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 80 4 183 0.56 0.98 0 0.28 265.47 0.96 0.37
Hex 50 4 B7 38 62 0 1C 109 60 25
Octal 120 4 267 70 142 0 34 411 140 45
Binary 1010000 100 10110111 111000 1100010 0 11100 100001001 1100000 100101

Color Harmonies of #5004B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004B7

Black with #5004B7

Text Example


Text Example

White with #5004B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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