#664A9D

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

Shades of Royal Purple #664A9D

Tints of Royal Purple #664A9D

Color information

#664A9D (or 0x664A9D) is unknown color: approx Royal Purple. HEX triplet: 66, 4A and 9D. RGB value is (102,74,157). Sum of RGB (Red+Green+Blue) = 102+74+157=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #664A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A9D is #99B562. Grayscale: #5B5B5B. Windows color (decimal): -10073443 or 10308198. OLE color: 10308198.

HSL color Cylindrical-coordinate representation of color #664A9D: hue angle of 260.24º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #664A9D is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10274157-
CMYK0.350.5300.38
HSL260.24º35.93%45.29%-
HSV(B)260.24º52.87%61.57%-
XYZ14.0110.1633.12-
YUV91.83164.78135.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=30.63%
G=22.22%
B=47.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102741570.350.5300.38260.2435.9345.29
Hex664A9D2335026104242d
Octal14611223543650464044455
Binary11001101001010100111011000111101010100110100000100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664A9D; }

 p { color: rgb(102,74,157); }

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

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

 a { background-color: rgb(102,74,157); }

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

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

 span { border-color: rgb(102,74,157); }

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