#6449aa

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

Shades of Royal Purple #6449AA

Tints of Royal Purple #6449AA

Color information

#6449AA (or 0x6449AA) is unknown color: approx Royal Purple. HEX triplet: 64, 49 and AA. RGB value is (100,73,170). Sum of RGB (Red+Green+Blue) = 100+73+170=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #6449AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6449AA is #9BB655. Grayscale: #5B5B5B. Windows color (decimal): -10204758 or 11159908. OLE color: 11159908.

HSL color Cylindrical-coordinate representation of color #6449AA: hue angle of 256.7º 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 #6449AA is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10073170-
CMYK0.410.5700.33
HSL256.7º39.92%47.65%-
HSV(B)256.7º57.06%66.67%-
XYZ14.8910.3839.25-
YUV92.13171.95133.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=29.15%
G=21.28%
B=49.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100731700.410.5700.33256.739.9247.65
Hex6449AA29390211012830
Octal14411125251710414015060
Binary11001001001001101010101010011110010100001100000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6449aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6449aa; }

 p { color: rgb(100,73,170); }

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

<style>
 a { background-color: #6449aa; }

 a { background-color: rgb(100,73,170); }

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

<style>
 span { border-color: #6449aa; }

 span { border-color: rgb(100,73,170); }

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