Html Css Color HEX #5E27BA Purple Heart

📋 copy color: '#5E27BA'

red 94 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #5E27BA

Tints of Purple Heart #5E27BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

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

R = 29.47%
G = 12.23%
B = 58.31%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E27BA (or 0x5E27BA) is known color: Purple Heart. HEX triplet: 5E, 27 and BA. RGB value is (94,39,186). Sum of RGB (Red+Green+Blue) = 94+39+186=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E27BA is #A1D845. Grayscale: #474747. Windows color (decimal): -10606662 or 12199774. OLE color: 12199774.

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

Color convert

RGB 94 39 186 -
CMYK 0.49 0.79 0 0.27
HSL 262.45º 0.65% 0.44% -
HSV(B) 262.45º 0.79% 0.73% -
XYZ 14.2 7.38 47.13 -
YUV 72.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 94 39 186 0.49 0.79 0 0.27 262.45 0.65 0.44
Hex 5E 27 BA 31 4F 0 1B 106 41 2C
Octal 136 47 272 61 117 0 33 406 101 54
Binary 1011110 100111 10111010 110001 1001111 0 11011 100000110 1000001 101100

Color Harmonies of #5E27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E27BA

Black with #5E27BA

Text Example


Text Example

White with #5E27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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