#6840AE

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

Shades of Royal Purple #6840AE

Tints of Royal Purple #6840AE

Color information

#6840AE (or 0x6840AE) is unknown color: approx Royal Purple. HEX triplet: 68, 40 and AE. RGB value is (104,64,174). Sum of RGB (Red+Green+Blue) = 104+64+174=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #6840AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6840AE is #97BF51. Grayscale: #585858. Windows color (decimal): -9944914 or 11419752. OLE color: 11419752.

HSL color Cylindrical-coordinate representation of color #6840AE: hue angle of 261.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6840AE is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10464174-
CMYK0.400.6300.32
HSL261.82º46.22%46.67%-
HSV(B)261.82º63.22%68.24%-
XYZ15.189.6741.11-
YUV88.5176.25139.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=30.41%
G=18.71%
B=50.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104641740.400.6300.32261.8246.2246.67
Hex6840AE283F0201062e2f
Octal15010025650770404065657
Binary11010001000000101011101010001111110100000100000110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6840AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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