#663599

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

Shades of Royal Purple #663599

Tints of Royal Purple #663599

Color information

#663599 (or 0x663599) is unknown color: approx Royal Purple. HEX triplet: 66, 35 and 99. RGB value is (102,53,153). Sum of RGB (Red+Green+Blue) = 102+53+153=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #663599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663599 is #99CA66. Grayscale: #4E4E4E. Windows color (decimal): -10078823 or 10040678. OLE color: 10040678.

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

Color convert

RGB10253153-
CMYK0.330.6500.4
HSL269.4º48.54%40.39%-
HSV(B)269.4º65.36%60%-
XYZ12.57.6730.96-
YUV79.05169.73144.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=33.12%
G=17.21%
B=49.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102531530.330.6500.4269.448.5440.39
Hex663599214102810d3128
Octal14665231411010504156150
Binary11001101101011001100110000110000010101000100001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663599; }

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

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

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

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

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

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

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

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