#6640AB

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

Shades of Royal Purple #6640AB

Tints of Royal Purple #6640AB

Color information

#6640AB (or 0x6640AB) is unknown color: approx Royal Purple. HEX triplet: 66, 40 and AB. RGB value is (102,64,171). Sum of RGB (Red+Green+Blue) = 102+64+171=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6640AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6640AB is #99BF54. Grayscale: #575757. Windows color (decimal): -10075989 or 11223142. OLE color: 11223142.

HSL color Cylindrical-coordinate representation of color #6640AB: hue angle of 261.31º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6640AB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10264171-
CMYK0.400.6300.33
HSL261.31º45.53%46.08%-
HSV(B)261.31º62.57%67.06%-
XYZ14.669.4339.58-
YUV87.56175.09138.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=30.27%
G=18.99%
B=50.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102641710.400.6300.33261.3145.5346.08
Hex6640AB283F0211052e2e
Octal14610025350770414055656
Binary11001101000000101010111010001111110100001100000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6640AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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