#6642AE

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

Shades of Royal Purple #6642AE

Tints of Royal Purple #6642AE

Color information

#6642AE (or 0x6642AE) is unknown color: approx Royal Purple. HEX triplet: 66, 42 and AE. RGB value is (102,66,174). Sum of RGB (Red+Green+Blue) = 102+66+174=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #6642AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6642AE is #99BD51. Grayscale: #585858. Windows color (decimal): -10075474 or 11420262. OLE color: 11420262.

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

Color convert

RGB10266174-
CMYK0.410.6200.32
HSL260º45%47.06%-
HSV(B)260º62.07%68.24%-
XYZ15.079.7841.14-
YUV89.08175.93137.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=29.82%
G=19.30%
B=50.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102661740.410.6200.322604547.06
Hex6642AE293E0201042d2f
Octal14610225651760404045557
Binary11001101000010101011101010011111100100000100000100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6642AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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