#6829AA

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

Shades of Royal Purple #6829AA

Tints of Royal Purple #6829AA

Color information

#6829AA (or 0x6829AA) is unknown color: approx Royal Purple. HEX triplet: 68, 29 and AA. RGB value is (104,41,170). Sum of RGB (Red+Green+Blue) = 104+41+170=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #6829AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6829AA is #97D655. Grayscale: #4A4A4A. Windows color (decimal): -9950806 or 11151720. OLE color: 11151720.

HSL color Cylindrical-coordinate representation of color #6829AA: hue angle of 269.3º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6829AA is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10441170-
CMYK0.390.7600.33
HSL269.3º61.14%41.37%-
HSV(B)269.3º75.88%66.67%-
XYZ13.767.4338.74-
YUV74.54181.87149.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=33.02%
G=13.02%
B=53.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104411700.390.7600.33269.361.1441.37
Hex6829AA274C02110d3d29
Octal15051252471140414157551
Binary11010001010011010101010011110011000100001100001101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6829AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6829AA; }

 p { color: rgb(104,41,170); }

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

<style>
 a { background-color: #6829AA; }

 a { background-color: rgb(104,41,170); }

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

<style>
 span { border-color: #6829AA; }

 span { border-color: rgb(104,41,170); }

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