#664A9B

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

Shades of Royal Purple #664A9B

Tints of Royal Purple #664A9B

Color information

#664A9B (or 0x664A9B) is unknown color: approx Royal Purple. HEX triplet: 66, 4A and 9B. RGB value is (102,74,155). Sum of RGB (Red+Green+Blue) = 102+74+155=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #664A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A9B is #99B564. Grayscale: #5B5B5B. Windows color (decimal): -10073445 or 10177126. OLE color: 10177126.

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

Color convert

RGB10274155-
CMYK0.340.5200.39
HSL260.74º35.37%44.9%-
HSV(B)260.74º52.26%60.78%-
XYZ13.8410.0932.23-
YUV91.61163.78135.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=30.82%
G=22.36%
B=46.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102741550.340.5200.39260.7435.3744.9
Hex664A9B2234027105232d
Octal14611223342640474054355
Binary11001101001010100110111000101101000100111100000101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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