#6E2AC6

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

Shades of Purple Heart #6E2AC6

Tints of Purple Heart #6E2AC6

Color information

#6E2AC6 (or 0x6E2AC6) is unknown color: approx Purple Heart. HEX triplet: 6E, 2A and C6. RGB value is (110,42,198). Sum of RGB (Red+Green+Blue) = 110+42+198=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E2AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2AC6 is #91D539. Grayscale: #4F4F4F. Windows color (decimal): -9557306 or 12986990. OLE color: 12986990.

HSL color Cylindrical-coordinate representation of color #6E2AC6: hue angle of 266.15º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E2AC6 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11042198-
CMYK0.440.7900.22
HSL266.15º65%47.06%-
HSV(B)266.15º78.79%77.65%-
XYZ17.459.0554.25-
YUV80.12194.53149.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.43%
GREEN value IS 42 (16.80% from 255) = 12%
BLUE value IS 198 (77.73% from 255) = 56.57%
R=31.43%
G=12%
B=56.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal110421980.440.7900.22266.156547.06
Hex6E2AC62C4F01610a412f
Octal156523065411702641210157
Binary11011101010101100011010110010011110101101000010101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,42,198); }

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

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

 a { background-color: rgb(110,42,198); }

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

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

 span { border-color: rgb(110,42,198); }

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