#6E27BD

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

Shades of Purple Heart #6E27BD

Tints of Purple Heart #6E27BD

Color information

#6E27BD (or 0x6E27BD) is unknown color: approx Purple Heart. HEX triplet: 6E, 27 and BD. RGB value is (110,39,189). Sum of RGB (Red+Green+Blue) = 110+39+189=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E27BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E27BD is #91D842. Grayscale: #4C4C4C. Windows color (decimal): -9558083 or 12396398. OLE color: 12396398.

HSL color Cylindrical-coordinate representation of color #6E27BD: hue angle of 268.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E27BD is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11039189-
CMYK0.420.7900.26
HSL268.4º65.79%44.71%-
HSV(B)268.4º79.37%74.12%-
XYZ16.348.4448.91-
YUV77.33191.02151.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.54%
GREEN value IS 39 (15.62% from 255) = 11.54%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=32.54%
G=11.54%
B=55.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110391890.420.7900.26268.465.7944.71
Hex6E27BD2A4F01A10c422d
Octal156472755211703241410255
Binary11011101001111011110110101010011110110101000011001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E27BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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