Html Css Color HEX #5E27AA Purple Heart

📋 copy color: '#5E27AA'

red 94 ◦ green 39 ◦ blue 170

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

Shades of Purple Heart #5E27AA

Tints of Purple Heart #5E27AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.11%

R = 31.02%
G = 12.87%
B = 56.11%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E27AA (or 0x5E27AA) is known color: Purple Heart. HEX triplet: 5E, 27 and AA. RGB value is (94,39,170). Sum of RGB (Red+Green+Blue) = 94+39+170=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E27AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E27AA is #A1D855. Grayscale: #454545. Windows color (decimal): -10606678 or 11151198. OLE color: 11151198.

HSL color Cylindrical-coordinate representation of color #5E27AA: hue angle of 265.19º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E27AA is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 39 170 -
CMYK 0.45 0.77 0 0.33
HSL 265.19º 0.63% 0.41% -
HSV(B) 265.19º 0.77% 0.67% -
XYZ 12.6 6.73 38.67 -
YUV 70.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 94 39 170 0.45 0.77 0 0.33 265.19 0.63 0.41
Hex 5E 27 AA 2D 4D 0 21 109 3F 29
Octal 136 47 252 55 115 0 41 411 77 51
Binary 1011110 100111 10101010 101101 1001101 0 100001 100001001 111111 101001

Color Harmonies of #5E27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E27AA

Black with #5E27AA

Text Example


Text Example

White with #5E27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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