#664595

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

Shades of Royal Purple #664595

Tints of Royal Purple #664595

Color information

#664595 (or 0x664595) is unknown color: approx Royal Purple. HEX triplet: 66, 45 and 95. RGB value is (102,69,149). Sum of RGB (Red+Green+Blue) = 102+69+149=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #664595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664595 is #99BA6A. Grayscale: #575757. Windows color (decimal): -10074731 or 9782630. OLE color: 9782630.

HSL color Cylindrical-coordinate representation of color #664595: hue angle of 264.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #664595 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10269149-
CMYK0.320.5400.42
HSL264.75º36.7%42.75%-
HSV(B)264.75º53.69%58.43%-
XYZ13.039.2529.53-
YUV87.99162.43138-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=31.88%
G=21.56%
B=46.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102691490.320.5400.42264.7536.742.75
Hex664595203602A109252b
Octal14610522540660524114553
Binary11001101000101100101011000001101100101010100001001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664595; }

 p { color: rgb(102,69,149); }

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

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

 a { background-color: rgb(102,69,149); }

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

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

 span { border-color: rgb(102,69,149); }

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