#6D3AA7

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

Shades of Royal Purple #6D3AA7

Tints of Royal Purple #6D3AA7

Color information

#6D3AA7 (or 0x6D3AA7) is unknown color: approx Royal Purple. HEX triplet: 6D, 3A and A7. RGB value is (109,58,167). Sum of RGB (Red+Green+Blue) = 109+58+167=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #6D3AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3AA7 is #92C558. Grayscale: #555555. Windows color (decimal): -9618777 or 10959469. OLE color: 10959469.

HSL color Cylindrical-coordinate representation of color #6D3AA7: hue angle of 268.07º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D3AA7 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10958167-
CMYK0.350.6500.35
HSL268.07º48.44%44.12%-
HSV(B)268.07º65.27%65.49%-
XYZ14.799.0737.53-
YUV85.68173.9144.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 167 (65.62% from 255) = 50%
R=32.63%
G=17.37%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109581670.350.6500.35268.0748.4444.12
Hex6D3AA7234102310c302c
Octal15572247431010434146054
Binary11011011110101010011110001110000010100011100001100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,58,167); }

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

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

 a { background-color: rgb(109,58,167); }

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

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

 span { border-color: rgb(109,58,167); }

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