#6635AC

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

Shades of Royal Purple #6635AC

Tints of Royal Purple #6635AC

Color information

#6635AC (or 0x6635AC) is unknown color: approx Royal Purple. HEX triplet: 66, 35 and AC. RGB value is (102,53,172). Sum of RGB (Red+Green+Blue) = 102+53+172=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #6635AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6635AC is #99CA53. Grayscale: #505050. Windows color (decimal): -10078804 or 11285862. OLE color: 11285862.

HSL color Cylindrical-coordinate representation of color #6635AC: hue angle of 264.71º degrees, saturation: 0.53, 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 #6635AC is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10253172-
CMYK0.410.6900.33
HSL264.71º52.89%44.12%-
HSV(B)264.71º69.19%67.45%-
XYZ14.28.3539.89-
YUV81.22179.23142.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=31.19%
G=16.21%
B=52.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102531720.410.6900.33264.7152.8944.12
Hex6635AC2945021109352c
Octal14665254511050414116554
Binary11001101101011010110010100110001010100001100001001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6635AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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