#663592

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

Shades of Royal Purple #663592

Tints of Royal Purple #663592

Color information

#663592 (or 0x663592) is unknown color: approx Royal Purple. HEX triplet: 66, 35 and 92. RGB value is (102,53,146). Sum of RGB (Red+Green+Blue) = 102+53+146=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #663592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663592 is #99CA6D. Grayscale: #4D4D4D. Windows color (decimal): -10078830 or 9581926. OLE color: 9581926.

HSL color Cylindrical-coordinate representation of color #663592: hue angle of 271.61º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663592 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10253146-
CMYK0.300.6400.43
HSL271.61º46.73%39.02%-
HSV(B)271.61º63.7%57.25%-
XYZ11.947.4528-
YUV78.25166.23144.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=33.89%
G=17.61%
B=48.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102531460.300.6400.43271.6146.7339.02
Hex6635921E4002B1102f27
Octal14665222361000534205747
Binary1100110110101100100101111010000000101011100010000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663592; }

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

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

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

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

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

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

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

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