#6636AE

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

Shades of Royal Purple #6636AE

Tints of Royal Purple #6636AE

Color information

#6636AE (or 0x6636AE) is unknown color: approx Royal Purple. HEX triplet: 66, 36 and AE. RGB value is (102,54,174). Sum of RGB (Red+Green+Blue) = 102+54+174=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #6636AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6636AE is #99C951. Grayscale: #515151. Windows color (decimal): -10078546 or 11417190. OLE color: 11417190.

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

Color convert

RGB10254174-
CMYK0.410.6900.32
HSL264º52.63%44.71%-
HSV(B)264º68.97%68.24%-
XYZ14.448.5240.93-
YUV82.03179.9142.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=30.91%
G=16.36%
B=52.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102541740.410.6900.3226452.6344.71
Hex6636AE2945020108352d
Octal14666256511050404106555
Binary11001101101101010111010100110001010100000100001000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6636AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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