Html Css Color HEX #5E27AE Purple Heart

📋 copy color: '#5E27AE'

red 94 ◦ green 39 ◦ blue 174

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

Shades of Purple Heart #5E27AE

Tints of Purple Heart #5E27AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.68%

R = 30.62%
G = 12.7%
B = 56.68%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E27AE (or 0x5E27AE) is known color: Purple Heart. HEX triplet: 5E, 27 and AE. RGB value is (94,39,174). Sum of RGB (Red+Green+Blue) = 94+39+174=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E27AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E27AE is #A1D851. Grayscale: #464646. Windows color (decimal): -10606674 or 11413342. OLE color: 11413342.

HSL color Cylindrical-coordinate representation of color #5E27AE: hue angle of 264.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E27AE is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 39 174 -
CMYK 0.46 0.78 0 0.32
HSL 264.44º 0.63% 0.42% -
HSV(B) 264.44º 0.78% 0.68% -
XYZ 12.98 6.89 40.69 -
YUV 70.84 186.22 144.52 -
System Red Green Blue C M Y K H S L
Decimal 94 39 174 0.46 0.78 0 0.32 264.44 0.63 0.42
Hex 5E 27 AE 2E 4E 0 20 108 3F 2A
Octal 136 47 256 56 116 0 40 410 77 52
Binary 1011110 100111 10101110 101110 1001110 0 100000 100001000 111111 101010

Color Harmonies of #5E27AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E27AE

Black with #5E27AE

Text Example


Text Example

White with #5E27AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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