#6E27DA

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

Shades of Purple Heart #6E27DA

Tints of Purple Heart #6E27DA

Color information

#6E27DA (or 0x6E27DA) is unknown color: approx Purple Heart. HEX triplet: 6E, 27 and DA. RGB value is (110,39,218). Sum of RGB (Red+Green+Blue) = 110+39+218=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E27DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E27DA is #91D825. Grayscale: #4F4F4F. Windows color (decimal): -9558054 or 14296942. OLE color: 14296942.

HSL color Cylindrical-coordinate representation of color #6E27DA: hue angle of 263.8º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E27DA is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11039218-
CMYK0.500.8200.15
HSL263.8º70.75%50.39%-
HSV(B)263.8º82.11%85.49%-
XYZ19.819.8367.18-
YUV80.64205.52148.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 39 (15.62% from 255) = 10.63%
BLUE value IS 218 (85.55% from 255) = 59.40%
R=29.97%
G=10.63%
B=59.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110392180.500.8200.15263.870.7550.39
Hex6E27DA32520F1084732
Octal156473326212201741010762
Binary1101110100111110110101100101010010011111000010001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E27DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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