#6D349D

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

Shades of Royal Purple #6D349D

Tints of Royal Purple #6D349D

Color information

#6D349D (or 0x6D349D) is unknown color: approx Royal Purple. HEX triplet: 6D, 34 and 9D. RGB value is (109,52,157). Sum of RGB (Red+Green+Blue) = 109+52+157=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D349D is #92CB62. Grayscale: #505050. Windows color (decimal): -9620323 or 10302573. OLE color: 10302573.

HSL color Cylindrical-coordinate representation of color #6D349D: hue angle of 272.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D349D is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10952157-
CMYK0.310.6700.38
HSL272.57º50.24%40.98%-
HSV(B)272.57º66.88%61.57%-
XYZ13.628.1432.75-
YUV81.01170.88147.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.28%
GREEN value IS 52 (20.70% from 255) = 16.35%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=34.28%
G=16.35%
B=49.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109521570.310.6700.38272.5750.2440.98
Hex6D349D1F430261113229
Octal15564235371030464216251
Binary1101101110100100111011111110000110100110100010001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,157); }

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

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

 a { background-color: rgb(109,52,157); }

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

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

 span { border-color: rgb(109,52,157); }

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