#6E27BA

Color #6E27BA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6E27BA

Tints of Purple Heart #6E27BA

Color information

#6E27BA (or 0x6E27BA) is unknown color: approx Purple Heart. HEX triplet: 6E, 27 and BA. RGB value is (110,39,186). Sum of RGB (Red+Green+Blue) = 110+39+186=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E27BA is #91D845. Grayscale: #4C4C4C. Windows color (decimal): -9558086 or 12199790. OLE color: 12199790.

HSL color Cylindrical-coordinate representation of color #6E27BA: hue angle of 268.98º 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 #6E27BA is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11039186-
CMYK0.410.7900.27
HSL268.98º65.33%44.12%-
HSV(B)268.98º79.03%72.94%-
XYZ16.028.3147.21-
YUV76.99189.52151.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.84%
GREEN value IS 39 (15.62% from 255) = 11.64%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=32.84%
G=11.64%
B=55.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110391860.410.7900.27268.9865.3344.12
Hex6E27BA294F01B10d412c
Octal156472725111703341510154
Binary11011101001111011101010100110011110110111000011011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E27BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E27BA;
 }
 .AnyTagClassName
 {
   color: #6E27BA;
 }
</style>
background-color css

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

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

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

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

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

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