#664AA4

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

Shades of Royal Purple #664AA4

Tints of Royal Purple #664AA4

Color information

#664AA4 (or 0x664AA4) is unknown color: approx Royal Purple. HEX triplet: 66, 4A and A4. RGB value is (102,74,164). Sum of RGB (Red+Green+Blue) = 102+74+164=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #664AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AA4 is #99B55B. Grayscale: #5C5C5C. Windows color (decimal): -10073436 or 10766950. OLE color: 10766950.

HSL color Cylindrical-coordinate representation of color #664AA4: hue angle of 258.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #664AA4 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10274164-
CMYK0.380.5500.36
HSL258.67º37.82%46.67%-
HSV(B)258.67º54.88%64.31%-
XYZ14.6310.436.36-
YUV92.63168.28134.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 164 (64.45% from 255) = 48.24%
R=30%
G=21.76%
B=48.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102741640.380.5500.36258.6737.8246.67
Hex664AA42637024103262f
Octal14611224446670444034657
Binary11001101001010101001001001101101110100100100000011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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