#664AA1

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

Shades of Royal Purple #664AA1

Tints of Royal Purple #664AA1

Color information

#664AA1 (or 0x664AA1) is unknown color: approx Royal Purple. HEX triplet: 66, 4A and A1. RGB value is (102,74,161). Sum of RGB (Red+Green+Blue) = 102+74+161=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #664AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AA1 is #99B55E. Grayscale: #5B5B5B. Windows color (decimal): -10073439 or 10570342. OLE color: 10570342.

HSL color Cylindrical-coordinate representation of color #664AA1: hue angle of 259.31º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #664AA1 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10274161-
CMYK0.370.5400.37
HSL259.31º37.02%46.08%-
HSV(B)259.31º54.04%63.14%-
XYZ14.3610.334.95-
YUV92.29166.78134.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 161 (63.28% from 255) = 47.77%
R=30.27%
G=21.96%
B=47.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal102741610.370.5400.37259.3137.0246.08
Hex664AA12536025103252e
Octal14611224145660454034556
Binary11001101001010101000011001011101100100101100000011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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