#66489B

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

Shades of Royal Purple #66489B

Tints of Royal Purple #66489B

Color information

#66489B (or 0x66489B) is unknown color: approx Royal Purple. HEX triplet: 66, 48 and 9B. RGB value is (102,72,155). Sum of RGB (Red+Green+Blue) = 102+72+155=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #66489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66489B is #99B764. Grayscale: #5A5A5A. Windows color (decimal): -10073957 or 10176614. OLE color: 10176614.

HSL color Cylindrical-coordinate representation of color #66489B: hue angle of 261.69º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66489B is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10272155-
CMYK0.340.5400.39
HSL261.69º36.56%44.51%-
HSV(B)261.69º53.55%60.78%-
XYZ13.719.8332.18-
YUV90.43164.44136.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=31.00%
G=21.88%
B=47.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102721550.340.5400.39261.6936.5644.51
Hex66489B2236027106252d
Octal14611023342660474064555
Binary11001101001000100110111000101101100100111100000110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66489B; }

 p { color: rgb(102,72,155); }

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

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

 a { background-color: rgb(102,72,155); }

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

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

 span { border-color: rgb(102,72,155); }

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