Html Css Color HEX #5E27AC Purple Heart

📋 copy color: '#5E27AC'

red 94 ◦ green 39 ◦ blue 172

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

Shades of Purple Heart #5E27AC

Tints of Purple Heart #5E27AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 30.82%
G = 12.79%
B = 56.39%

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

#5E27AC (or 0x5E27AC) is known color: Purple Heart. HEX triplet: 5E, 27 and AC. RGB value is (94,39,172). Sum of RGB (Red+Green+Blue) = 94+39+172=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E27AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E27AC is #A1D853. Grayscale: #464646. Windows color (decimal): -10606676 or 11282270. OLE color: 11282270.

HSL color Cylindrical-coordinate representation of color #5E27AC: hue angle of 264.81º 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 #5E27AC is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 39 172 -
CMYK 0.45 0.77 0 0.33
HSL 264.81º 0.63% 0.41% -
HSV(B) 264.81º 0.77% 0.67% -
XYZ 12.79 6.81 39.67 -
YUV 70.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 94 39 172 0.45 0.77 0 0.33 264.81 0.63 0.41
Hex 5E 27 AC 2D 4D 0 21 109 3F 29
Octal 136 47 254 55 115 0 41 411 77 51
Binary 1011110 100111 10101100 101101 1001101 0 100001 100001001 111111 101001

Color Harmonies of #5E27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E27AC

Black with #5E27AC

Text Example


Text Example

White with #5E27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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