#6441AC

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

Shades of Royal Purple #6441AC

Tints of Royal Purple #6441AC

Color information

#6441AC (or 0x6441AC) is unknown color: approx Royal Purple. HEX triplet: 64, 41 and AC. RGB value is (100,65,172). Sum of RGB (Red+Green+Blue) = 100+65+172=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #6441AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6441AC is #9BBE53. Grayscale: #575757. Windows color (decimal): -10206804 or 11288932. OLE color: 11288932.

HSL color Cylindrical-coordinate representation of color #6441AC: hue angle of 259.63º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6441AC is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10065172-
CMYK0.420.6200.33
HSL259.63º45.15%46.47%-
HSV(B)259.63º62.21%67.45%-
XYZ14.599.4740.09-
YUV87.66175.6136.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=29.67%
G=19.29%
B=51.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100651720.420.6200.33259.6345.1546.47
Hex6441AC2A3E0211042d2e
Octal14410125452760414045556
Binary11001001000001101011001010101111100100001100000100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6441AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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