#6840AB

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

Shades of Royal Purple #6840AB

Tints of Royal Purple #6840AB

Color information

#6840AB (or 0x6840AB) is unknown color: approx Royal Purple. HEX triplet: 68, 40 and AB. RGB value is (104,64,171). Sum of RGB (Red+Green+Blue) = 104+64+171=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #6840AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6840AB is #97BF54. Grayscale: #575757. Windows color (decimal): -9944917 or 11223144. OLE color: 11223144.

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

Color convert

RGB10464171-
CMYK0.390.6300.33
HSL262.43º45.53%46.08%-
HSV(B)262.43º62.57%67.06%-
XYZ14.899.5539.59-
YUV88.16174.75139.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=30.68%
G=18.88%
B=50.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104641710.390.6300.33262.4345.5346.08
Hex6840AB273F0211062e2e
Octal15010025347770414065656
Binary11010001000000101010111001111111110100001100000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6840AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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