#6E1FAA

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

Shades of Purple Heart #6E1FAA

Tints of Purple Heart #6E1FAA

Color information

#6E1FAA (or 0x6E1FAA) is unknown color: approx Purple Heart. HEX triplet: 6E, 1F and AA. RGB value is (110,31,170). Sum of RGB (Red+Green+Blue) = 110+31+170=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1FAA is #91E055. Grayscale: #454545. Windows color (decimal): -9560150 or 11149166. OLE color: 11149166.

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

Color convert

RGB11031170-
CMYK0.350.8200.33
HSL274.1º69.15%39.41%-
HSV(B)274.1º81.76%66.67%-
XYZ14.187.238.67-
YUV70.47184.17156.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.37%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=35.37%
G=9.97%
B=54.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110311700.350.8200.33274.169.1539.41
Hex6E1FAA23520211124527
Octal156372524312204142210547
Binary11011101111110101010100011101001001000011000100101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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