#6D309F

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

Shades of Royal Purple #6D309F

Tints of Royal Purple #6D309F

Color information

#6D309F (or 0x6D309F) is unknown color: approx Royal Purple. HEX triplet: 6D, 30 and 9F. RGB value is (109,48,159). Sum of RGB (Red+Green+Blue) = 109+48+159=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D309F is #92CF60. Grayscale: #4E4E4E. Windows color (decimal): -9621345 or 10432621. OLE color: 10432621.

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

Color convert

RGB10948159-
CMYK0.310.7000.38
HSL272.97º53.62%40.59%-
HSV(B)272.97º69.81%62.35%-
XYZ13.627.8733.6-
YUV78.89173.21149.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.49%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=34.49%
G=15.19%
B=50.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109481590.310.7000.38272.9753.6240.59
Hex6D309F1F460261113629
Octal15560237371060464216651
Binary1101101110000100111111111110001100100110100010001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,48,159); }

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

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

 a { background-color: rgb(109,48,159); }

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

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

 span { border-color: rgb(109,48,159); }

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