Html Css Color HEX #5E3EBA Purple Heart

📋 copy color: '#5E3EBA'

red 94 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #5E3EBA

Tints of Purple Heart #5E3EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 27.49%
G = 18.13%
B = 54.39%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E3EBA (or 0x5E3EBA) is known color: Purple Heart. HEX triplet: 5E, 3E and BA. RGB value is (94,62,186). Sum of RGB (Red+Green+Blue) = 94+62+186=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3EBA is #A1C145. Grayscale: #555555. Windows color (decimal): -10600774 or 12205662. OLE color: 12205662.

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

Color convert

RGB 94 62 186 -
CMYK 0.49 0.67 0 0.27
HSL 255.48º 0.5% 0.49% -
HSV(B) 255.48º 0.67% 0.73% -
XYZ 15.2 9.37 47.46 -
YUV 85.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 94 62 186 0.49 0.67 0 0.27 255.48 0.5 0.49
Hex 5E 3E BA 31 43 0 1B FF 32 31
Octal 136 76 272 61 103 0 33 377 62 61
Binary 1011110 111110 10111010 110001 1000011 0 11011 11111111 110010 110001

Color Harmonies of #5E3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3EBA

Black with #5E3EBA

Text Example


Text Example

White with #5E3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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