#6635AA

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

Shades of Royal Purple #6635AA

Tints of Royal Purple #6635AA

Color information

#6635AA (or 0x6635AA) is unknown color: approx Royal Purple. HEX triplet: 66, 35 and AA. RGB value is (102,53,170). Sum of RGB (Red+Green+Blue) = 102+53+170=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #6635AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6635AA is #99CA55. Grayscale: #505050. Windows color (decimal): -10078806 or 11154790. OLE color: 11154790.

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

Color convert

RGB10253170-
CMYK0.40.6900.33
HSL265.13º52.47%43.73%-
HSV(B)265.13º68.82%66.67%-
XYZ14.018.2738.89-
YUV80.99178.23142.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=31.38%
G=16.31%
B=52.31%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102531700.40.6900.33265.1352.4743.73
Hex6635AA2845021109342c
Octal14665252501050414116454
Binary11001101101011010101010100010001010100001100001001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6635AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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