#664594

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

Shades of Royal Purple #664594

Tints of Royal Purple #664594

Color information

#664594 (or 0x664594) is unknown color: approx Royal Purple. HEX triplet: 66, 45 and 94. RGB value is (102,69,148). Sum of RGB (Red+Green+Blue) = 102+69+148=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #664594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664594 is #99BA6B. Grayscale: #575757. Windows color (decimal): -10074732 or 9717094. OLE color: 9717094.

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

Color convert

RGB10269148-
CMYK0.310.5300.42
HSL265.06º36.41%42.55%-
HSV(B)265.06º53.38%58.04%-
XYZ12.959.2229.11-
YUV87.87161.93138.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=31.97%
G=21.63%
B=46.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102691480.310.5300.42265.0636.4142.55
Hex6645941F3502A109242b
Octal14610522437650524114453
Binary1100110100010110010100111111101010101010100001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664594; }

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

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

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

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

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

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

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

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