#6644AA

Color #6644AA Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6644AA

Tints of Royal Purple #6644AA

Color information

#6644AA (or 0x6644AA) is unknown color: approx Royal Purple. HEX triplet: 66, 44 and AA. RGB value is (102,68,170). Sum of RGB (Red+Green+Blue) = 102+68+170=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #6644AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6644AA is #99BB55. Grayscale: #595959. Windows color (decimal): -10074966 or 11158630. OLE color: 11158630.

HSL color Cylindrical-coordinate representation of color #6644AA: hue angle of 260º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6644AA is Cyan = 0.4, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10268170-
CMYK0.40.600.33
HSL260º42.86%46.67%-
HSV(B)260º60%66.67%-
XYZ14.89.8639.15-
YUV89.79173.26136.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102681700.40.600.3326042.8646.67
Hex6644AA283C0211042b2f
Octal14610425250740414045357
Binary11001101000100101010101010001111000100001100000100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6644AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6644AA; }

 p { color: rgb(102,68,170); }

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

<style>
 a { background-color: #6644AA; }

 a { background-color: rgb(102,68,170); }

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

<style>
 span { border-color: #6644AA; }

 span { border-color: rgb(102,68,170); }

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