Html Css Color HEX #5004BE Purple Heart

📋 copy color: '#5004BE'

red 80 ◦ green 4 ◦ blue 190

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

Shades of Purple Heart #5004BE

Tints of Purple Heart #5004BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.34%

R = 29.2%
G = 1.46%
B = 69.34%

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

#5004BE (or 0x5004BE) is known color: Purple Heart. HEX triplet: 50, 04 and BE. RGB value is (80,4,190). Sum of RGB (Red+Green+Blue) = 80+4+190=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #5004BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5004BE is #AFFB41. Grayscale: #2F2F2F. Windows color (decimal): -11533122 or 12452944. OLE color: 12452944.

HSL color Cylindrical-coordinate representation of color #5004BE: hue angle of 264.52º 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 #5004BE is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 4 190 -
CMYK 0.58 0.98 0 0.25
HSL 264.52º 0.96% 0.38% -
HSV(B) 264.52º 0.98% 0.75% -
XYZ 12.65 5.51 49.11 -
YUV 47.93 208.18 150.88 -
System Red Green Blue C M Y K H S L
Decimal 80 4 190 0.58 0.98 0 0.25 264.52 0.96 0.38
Hex 50 4 BE 3A 62 0 19 109 60 26
Octal 120 4 276 72 142 0 31 411 140 46
Binary 1010000 100 10111110 111010 1100010 0 11001 100001001 1100000 100110

Color Harmonies of #5004BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004BE

Black with #5004BE

Text Example


Text Example

White with #5004BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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