#6D3697

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

Shades of Royal Purple #6D3697

Tints of Royal Purple #6D3697

Color information

#6D3697 (or 0x6D3697) is unknown color: approx Royal Purple. HEX triplet: 6D, 36 and 97. RGB value is (109,54,151). Sum of RGB (Red+Green+Blue) = 109+54+151=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #6D3697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3697 is #92C968. Grayscale: #515151. Windows color (decimal): -9619817 or 9909869. OLE color: 9909869.

HSL color Cylindrical-coordinate representation of color #6D3697: hue angle of 274.02º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D3697 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10954151-
CMYK0.280.6400.41
HSL274.02º47.32%40.2%-
HSV(B)274.02º64.24%59.22%-
XYZ13.218.1230.15-
YUV81.5167.22147.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 151 (59.38% from 255) = 48.09%
R=34.71%
G=17.20%
B=48.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109541510.280.6400.41274.0247.3240.2
Hex6D36971C400291122f28
Octal15566227341000514225750
Binary1101101110110100101111110010000000101001100010010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,54,151); }

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

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

 a { background-color: rgb(109,54,151); }

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

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

 span { border-color: rgb(109,54,151); }

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