#6618AE

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

Shades of Purple Heart #6618AE

Tints of Purple Heart #6618AE

Color information

#6618AE (or 0x6618AE) is unknown color: approx Purple Heart. HEX triplet: 66, 18 and AE. RGB value is (102,24,174). Sum of RGB (Red+Green+Blue) = 102+24+174=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #6618AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6618AE is #99E751. Grayscale: #3F3F3F. Windows color (decimal): -10086226 or 11409510. OLE color: 11409510.

HSL color Cylindrical-coordinate representation of color #6618AE: hue angle of 271.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6618AE is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10224174-
CMYK0.410.8600.32
HSL271.2º75.76%38.82%-
HSV(B)271.2º86.21%68.24%-
XYZ13.456.5340.6-
YUV64.42189.84154.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 24 (9.77% from 255) = 8%
BLUE value IS 174 (68.36% from 255) = 58%
R=34%
G=8%
B=58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102241740.410.8600.32271.275.7638.82
Hex6618AE295602010f4c27
Octal146302565112604041711447
Binary11001101100010101110101001101011001000001000011111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6618AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6618AE; }

 p { color: rgb(102,24,174); }

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

<style>
 a { background-color: #6618AE; }

 a { background-color: rgb(102,24,174); }

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

<style>
 span { border-color: #6618AE; }

 span { border-color: rgb(102,24,174); }

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