#6D3492

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

Shades of Royal Purple #6D3492

Tints of Royal Purple #6D3492

Color information

#6D3492 (or 0x6D3492) is unknown color: approx Royal Purple. HEX triplet: 6D, 34 and 92. RGB value is (109,52,146). Sum of RGB (Red+Green+Blue) = 109+52+146=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D3492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3492 is #92CB6D. Grayscale: #4F4F4F. Windows color (decimal): -9620334 or 9581677. OLE color: 9581677.

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

Color convert

RGB10952146-
CMYK0.250.6400.43
HSL276.38º47.47%38.82%-
HSV(B)276.38º64.38%57.25%-
XYZ12.727.7828.03-
YUV79.76165.38148.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=35.50%
G=16.94%
B=47.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109521460.250.6400.43276.3847.4738.82
Hex6D3492194002B1142f27
Octal15564222311000534245747
Binary1101101110100100100101100110000000101011100010100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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