#6D22A2

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

Shades of Royal Purple #6D22A2

Tints of Royal Purple #6D22A2

Color information

#6D22A2 (or 0x6D22A2) is unknown color: approx Royal Purple. HEX triplet: 6D, 22 and A2. RGB value is (109,34,162). Sum of RGB (Red+Green+Blue) = 109+34+162=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #6D22A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D22A2 is #92DD5D. Grayscale: #464646. Windows color (decimal): -9624926 or 10625645. OLE color: 10625645.

HSL color Cylindrical-coordinate representation of color #6D22A2: hue angle of 275.16º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D22A2 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10934162-
CMYK0.330.7900.36
HSL275.16º65.31%38.43%-
HSV(B)275.16º79.01%63.53%-
XYZ13.4734.83-
YUV71.02179.35155.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 162 (63.67% from 255) = 53.11%
R=35.74%
G=11.15%
B=53.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109341620.330.7900.36275.1665.3138.43
Hex6D22A2214F0241134126
Octal155422424111704442310146
Binary110110110001010100010100001100111101001001000100111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D22A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D22A2; }

 p { color: rgb(109,34,162); }

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

<style>
 a { background-color: #6D22A2; }

 a { background-color: rgb(109,34,162); }

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

<style>
 span { border-color: #6D22A2; }

 span { border-color: rgb(109,34,162); }

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