#6D309C

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

Shades of Royal Purple #6D309C

Tints of Royal Purple #6D309C

Color information

#6D309C (or 0x6D309C) is unknown color: approx Royal Purple. HEX triplet: 6D, 30 and 9C. RGB value is (109,48,156). Sum of RGB (Red+Green+Blue) = 109+48+156=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D309C is #92CF63. Grayscale: #4E4E4E. Windows color (decimal): -9621348 or 10236013. OLE color: 10236013.

HSL color Cylindrical-coordinate representation of color #6D309C: hue angle of 273.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D309C is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10948156-
CMYK0.300.6900.39
HSL273.89º52.94%40%-
HSV(B)273.89º69.23%61.18%-
XYZ13.367.7732.25-
YUV78.55171.71149.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 156 (61.33% from 255) = 49.84%
R=34.82%
G=15.34%
B=49.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109481560.300.6900.39273.8952.9440
Hex6D309C1E450271123528
Octal15560234361050474226550
Binary1101101110000100111001111010001010100111100010010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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