Html Css Color HEX #5E3EBC Purple Heart

📋 copy color: '#5E3EBC'

red 94 ◦ green 62 ◦ blue 188

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

Shades of Purple Heart #5E3EBC

Tints of Purple Heart #5E3EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

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

R = 27.33%
G = 18.02%
B = 54.65%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E3EBC (or 0x5E3EBC) is known color: Purple Heart. HEX triplet: 5E, 3E and BC. RGB value is (94,62,188). Sum of RGB (Red+Green+Blue) = 94+62+188=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E3EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3EBC is #A1C143. Grayscale: #555555. Windows color (decimal): -10600772 or 12336734. OLE color: 12336734.

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

Color convert

RGB 94 62 188 -
CMYK 0.50 0.67 0 0.26
HSL 255.24º 0.5% 0.49% -
HSV(B) 255.24º 0.67% 0.74% -
XYZ 15.42 9.46 48.59 -
YUV 85.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 94 62 188 0.50 0.67 0 0.26 255.24 0.5 0.49
Hex 5E 3E BC 32 43 0 1A FF 32 31
Octal 136 76 274 62 103 0 32 377 62 61
Binary 1011110 111110 10111100 110010 1000011 0 11010 11111111 110010 110001

Color Harmonies of #5E3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3EBC

Black with #5E3EBC

Text Example


Text Example

White with #5E3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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