Html Css Color HEX #6E27AC Purple Heart

📋 copy color: '#6E27AC'

red 110 ◦ green 39 ◦ blue 172

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

Shades of Purple Heart #6E27AC

Tints of Purple Heart #6E27AC

RGB

 RED value IS 110 (43.36% from 255) = 34.27%

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

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

R = 34.27%
G = 12.15%
B = 53.58%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E27AC (or 0x6E27AC) is known color: Purple Heart. HEX triplet: 6E, 27 and AC. RGB value is (110,39,172). Sum of RGB (Red+Green+Blue) = 110+39+172=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E27AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E27AC is #91D853. Grayscale: #4A4A4A. Windows color (decimal): -9558100 or 11282286. OLE color: 11282286.

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

Color convert

RGB 110 39 172 -
CMYK 0.36 0.77 0 0.33
HSL 272.03º 0.63% 0.41% -
HSV(B) 272.03º 0.77% 0.67% -
XYZ 14.6 7.74 39.75 -
YUV 75.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 110 39 172 0.36 0.77 0 0.33 272.03 0.63 0.41
Hex 6E 27 AC 24 4D 0 21 110 3F 29
Octal 156 47 254 44 115 0 41 420 77 51
Binary 1101110 100111 10101100 100100 1001101 0 100001 100010000 111111 101001

Color Harmonies of #6E27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E27AC

Black with #6E27AC

Text Example


Text Example

White with #6E27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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