#6840ac

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

Shades of Royal Purple #6840AC

Tints of Royal Purple #6840AC

Color information

#6840AC (or 0x6840AC) is unknown color: approx Royal Purple. HEX triplet: 68, 40 and AC. RGB value is (104,64,172). Sum of RGB (Red+Green+Blue) = 104+64+172=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #6840AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6840AC is #97BF53. Grayscale: #575757. Windows color (decimal): -9944916 or 11288680. OLE color: 11288680.

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

Color convert

RGB10464172-
CMYK0.400.6300.33
HSL262.22º45.76%46.27%-
HSV(B)262.22º62.79%67.45%-
XYZ14.999.5940.09-
YUV88.27175.25139.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=30.59%
G=18.82%
B=50.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104641720.400.6300.33262.2245.7646.27
Hex6840AC283F0211062e2e
Octal15010025450770414065656
Binary11010001000000101011001010001111110100001100000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6840ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6840ac; }

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

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

<style>
 a { background-color: #6840ac; }

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

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

<style>
 span { border-color: #6840ac; }

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

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