#6E1AAA

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

Shades of Purple Heart #6E1AAA

Tints of Purple Heart #6E1AAA

Color information

#6E1AAA (or 0x6E1AAA) is unknown color: approx Purple Heart. HEX triplet: 6E, 1A and AA. RGB value is (110,26,170). Sum of RGB (Red+Green+Blue) = 110+26+170=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1AAA is #91E555. Grayscale: #434343. Windows color (decimal): -9561430 or 11147886. OLE color: 11147886.

HSL color Cylindrical-coordinate representation of color #6E1AAA: hue angle of 275º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1AAA is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11026170-
CMYK0.350.8500.33
HSL275º73.47%38.43%-
HSV(B)275º84.71%66.67%-
XYZ14.066.9638.63-
YUV67.53185.83158.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 26 (10.55% from 255) = 8.50%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=35.95%
G=8.50%
B=55.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110261700.350.8500.3327573.4738.43
Hex6E1AAA23550211134926
Octal156322524312504142311146
Binary11011101101010101010100011101010101000011000100111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,26,170); }

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

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

 a { background-color: rgb(110,26,170); }

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

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

 span { border-color: rgb(110,26,170); }

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