Html Css Color HEX #5E04BC Purple Heart

📋 copy color: '#5E04BC'

red 94 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #5E04BC

Tints of Purple Heart #5E04BC

RGB

 RED value IS 94 (37.11% from 255) = 32.87%

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

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 32.87%
G = 1.4%
B = 65.73%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E04BC (or 0x5E04BC) is known color: Purple Heart. HEX triplet: 5E, 04 and BC. RGB value is (94,4,188). Sum of RGB (Red+Green+Blue) = 94+4+188=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E04BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E04BC is #A1FB43. Grayscale: #333333. Windows color (decimal): -10615620 or 12321886. OLE color: 12321886.

HSL color Cylindrical-coordinate representation of color #5E04BC: hue angle of 269.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04BC is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 4 188 -
CMYK 0.50 0.98 0 0.26
HSL 269.35º 0.96% 0.38% -
HSV(B) 269.35º 0.98% 0.74% -
XYZ 13.74 6.1 48.03 -
YUV 51.89 204.82 158.04 -
System Red Green Blue C M Y K H S L
Decimal 94 4 188 0.50 0.98 0 0.26 269.35 0.96 0.38
Hex 5E 4 BC 32 62 0 1A 10D 60 26
Octal 136 4 274 62 142 0 32 415 140 46
Binary 1011110 100 10111100 110010 1100010 0 11010 100001101 1100000 100110

Color Harmonies of #5E04BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E04BC

Black with #5E04BC

Text Example


Text Example

White with #5E04BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E04BC; }

 p { color: rgb(94,4,188); }

 H1.HeaderClassName
 {
   color: #5E04BC;
 }
 .AnyTagClassName
 {
   color: #5E04BC;
 }
</style>

background-color css

<style>
 a { background-color: #5E04BC; }

 a { background-color: rgb(94,4,188); }

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

border-color css

<style>
 span { border-color: #5E04BC; }

 span { border-color: rgb(94,4,188); }

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