#663092

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

Shades of Royal Purple #663092

Tints of Royal Purple #663092

Color information

#663092 (or 0x663092) is unknown color: approx Royal Purple. HEX triplet: 66, 30 and 92. RGB value is (102,48,146). Sum of RGB (Red+Green+Blue) = 102+48+146=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #663092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663092 is #99CF6D. Grayscale: #4A4A4A. Windows color (decimal): -10080110 or 9580646. OLE color: 9580646.

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

Color convert

RGB10248146-
CMYK0.300.6700.43
HSL273.06º50.52%38.04%-
HSV(B)273.06º67.12%57.25%-
XYZ11.727.0127.93-
YUV75.32167.89147.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=34.46%
G=16.22%
B=49.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102481460.300.6700.43273.0650.5238.04
Hex6630921E4302B1113326
Octal14660222361030534216346
Binary1100110110000100100101111010000110101011100010001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663092; }

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

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

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

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

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

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

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

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