#6D3092

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

Shades of Royal Purple #6D3092

Tints of Royal Purple #6D3092

Color information

#6D3092 (or 0x6D3092) is unknown color: approx Royal Purple. HEX triplet: 6D, 30 and 92. RGB value is (109,48,146). Sum of RGB (Red+Green+Blue) = 109+48+146=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D3092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3092 is #92CF6D. Grayscale: #4D4D4D. Windows color (decimal): -9621358 or 9580653. OLE color: 9580653.

HSL color Cylindrical-coordinate representation of color #6D3092: hue angle of 277.35º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3092 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10948146-
CMYK0.250.6700.43
HSL277.35º50.52%38.04%-
HSV(B)277.35º67.12%57.25%-
XYZ12.557.4427.97-
YUV77.41166.71150.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 48 (19.14% from 255) = 15.84%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=35.97%
G=15.84%
B=48.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109481460.250.6700.43277.3550.5238.04
Hex6D3092194302B1153326
Octal15560222311030534256346
Binary1101101110000100100101100110000110101011100010101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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