#6445AA

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

Shades of Royal Purple #6445AA

Tints of Royal Purple #6445AA

Color information

#6445AA (or 0x6445AA) is unknown color: approx Royal Purple. HEX triplet: 64, 45 and AA. RGB value is (100,69,170). Sum of RGB (Red+Green+Blue) = 100+69+170=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #6445AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6445AA is #9BBA55. Grayscale: #595959. Windows color (decimal): -10205782 or 11158884. OLE color: 11158884.

HSL color Cylindrical-coordinate representation of color #6445AA: hue angle of 258.42º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6445AA is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10069170-
CMYK0.410.5900.33
HSL258.42º42.26%46.86%-
HSV(B)258.42º59.41%66.67%-
XYZ14.649.8739.16-
YUV89.78173.27135.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=29.50%
G=20.35%
B=50.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100691700.410.5900.33258.4242.2646.86
Hex6445AA293B0211022a2f
Octal14410525251730414025257
Binary11001001000101101010101010011110110100001100000010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6445AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6445AA; }

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

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

<style>
 a { background-color: #6445AA; }

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

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

<style>
 span { border-color: #6445AA; }

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

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