#6D3D92

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

Shades of Royal Purple #6D3D92

Tints of Royal Purple #6D3D92

Color information

#6D3D92 (or 0x6D3D92) is unknown color: approx Royal Purple. HEX triplet: 6D, 3D and 92. RGB value is (109,61,146). Sum of RGB (Red+Green+Blue) = 109+61+146=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D3D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3D92 is #92C26D. Grayscale: #545454. Windows color (decimal): -9618030 or 9583981. OLE color: 9583981.

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

Color convert

RGB10961146-
CMYK0.250.5800.43
HSL273.88º41.06%40.59%-
HSV(B)273.88º58.22%57.25%-
XYZ13.168.6628.17-
YUV85.04162.4145.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.49%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=34.49%
G=19.30%
B=46.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109611460.250.5800.43273.8841.0640.59
Hex6D3D92193A02B1122929
Octal1557522231720534225151
Binary110110111110110010010110011110100101011100010010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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