#6621AE

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

Shades of Purple Heart #6621AE

Tints of Purple Heart #6621AE

Color information

#6621AE (or 0x6621AE) is unknown color: approx Purple Heart. HEX triplet: 66, 21 and AE. RGB value is (102,33,174). Sum of RGB (Red+Green+Blue) = 102+33+174=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #6621AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6621AE is #99DE51. Grayscale: #454545. Windows color (decimal): -10083922 or 11411814. OLE color: 11411814.

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

Color convert

RGB10233174-
CMYK0.410.8100.32
HSL269.36º68.12%40.59%-
HSV(B)269.36º81.03%68.24%-
XYZ13.666.9740.67-
YUV69.7186.86151.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=33.01%
G=10.68%
B=56.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102331740.410.8100.32269.3668.1240.59
Hex6621AE295102010d4429
Octal146412565112104041510451
Binary110011010000110101110101001101000101000001000011011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6621AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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