#663596

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

Shades of Royal Purple #663596

Tints of Royal Purple #663596

Color information

#663596 (or 0x663596) is unknown color: approx Royal Purple. HEX triplet: 66, 35 and 96. RGB value is (102,53,150). Sum of RGB (Red+Green+Blue) = 102+53+150=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #663596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663596 is #99CA69. Grayscale: #4E4E4E. Windows color (decimal): -10078826 or 9844070. OLE color: 9844070.

HSL color Cylindrical-coordinate representation of color #663596: hue angle of 270.31º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663596 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10253150-
CMYK0.320.6500.41
HSL270.31º47.78%39.8%-
HSV(B)270.31º64.67%58.82%-
XYZ12.267.5729.67-
YUV78.71168.23144.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 150 (58.98% from 255) = 49.18%
R=33.44%
G=17.38%
B=49.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102531500.320.6500.41270.3147.7839.8
Hex663596204102910e3028
Octal14665226401010514166050
Binary11001101101011001011010000010000010101001100001110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663596; }

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

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

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

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

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

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

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

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