#6640A2

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

Shades of Royal Purple #6640A2

Tints of Royal Purple #6640A2

Color information

#6640A2 (or 0x6640A2) is unknown color: approx Royal Purple. HEX triplet: 66, 40 and A2. RGB value is (102,64,162). Sum of RGB (Red+Green+Blue) = 102+64+162=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #6640A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6640A2 is #99BF5D. Grayscale: #565656. Windows color (decimal): -10075998 or 10633318. OLE color: 10633318.

HSL color Cylindrical-coordinate representation of color #6640A2: hue angle of 263.27º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6640A2 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10264162-
CMYK0.370.6000.36
HSL263.27º43.36%44.31%-
HSV(B)263.27º60.49%63.53%-
XYZ13.839.135.21-
YUV86.53170.59139.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 162 (63.67% from 255) = 49.39%
R=31.10%
G=19.51%
B=49.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102641620.370.6000.36263.2743.3644.31
Hex6640A2253C0241072b2c
Octal14610024245740444075354
Binary11001101000000101000101001011111000100100100000111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6640A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6640A2; }

 p { color: rgb(102,64,162); }

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

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

 a { background-color: rgb(102,64,162); }

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

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

 span { border-color: rgb(102,64,162); }

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