#6649AB

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

Shades of Royal Purple #6649AB

Tints of Royal Purple #6649AB

Color information

#6649AB (or 0x6649AB) is unknown color: approx Royal Purple. HEX triplet: 66, 49 and AB. RGB value is (102,73,171). Sum of RGB (Red+Green+Blue) = 102+73+171=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #6649AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6649AB is #99B654. Grayscale: #5C5C5C. Windows color (decimal): -10073685 or 11225446. OLE color: 11225446.

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

Color convert

RGB10273171-
CMYK0.400.5700.33
HSL257.76º40.16%47.84%-
HSV(B)257.76º57.31%67.06%-
XYZ15.2110.5339.76-
YUV92.84172.11134.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=29.48%
G=21.10%
B=49.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102731710.400.5700.33257.7640.1647.84
Hex6649AB28390211022830
Octal14611125350710414025060
Binary11001101001001101010111010001110010100001100000010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6649AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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