#6440AC

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

Shades of Royal Purple #6440AC

Tints of Royal Purple #6440AC

Color information

#6440AC (or 0x6440AC) is unknown color: approx Royal Purple. HEX triplet: 64, 40 and AC. RGB value is (100,64,172). Sum of RGB (Red+Green+Blue) = 100+64+172=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #6440AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6440AC is #9BBF53. Grayscale: #565656. Windows color (decimal): -10207060 or 11288676. OLE color: 11288676.

HSL color Cylindrical-coordinate representation of color #6440AC: hue angle of 260º 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 #6440AC is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10064172-
CMYK0.420.6300.33
HSL260º45.76%46.27%-
HSV(B)260º62.79%67.45%-
XYZ14.549.3540.07-
YUV87.08175.93137.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=29.76%
G=19.05%
B=51.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100641720.420.6300.3326045.7646.27
Hex6440AC2A3F0211042e2e
Octal14410025452770414045656
Binary11001001000000101011001010101111110100001100000100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6440AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6440AC; }

 p { color: rgb(100,64,172); }

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

<style>
 a { background-color: #6440AC; }

 a { background-color: rgb(100,64,172); }

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

<style>
 span { border-color: #6440AC; }

 span { border-color: rgb(100,64,172); }

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