#6D339A

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

Shades of Royal Purple #6D339A

Tints of Royal Purple #6D339A

Color information

#6D339A (or 0x6D339A) is unknown color: approx Royal Purple. HEX triplet: 6D, 33 and 9A. RGB value is (109,51,154). Sum of RGB (Red+Green+Blue) = 109+51+154=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D339A is #92CC65. Grayscale: #4F4F4F. Windows color (decimal): -9620582 or 10105709. OLE color: 10105709.

HSL color Cylindrical-coordinate representation of color #6D339A: hue angle of 273.79º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D339A is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10951154-
CMYK0.290.6700.40
HSL273.79º50.24%40.2%-
HSV(B)273.79º66.88%60.39%-
XYZ13.327.9531.4-
YUV80.08169.72148.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=34.71%
G=16.24%
B=49.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109511540.290.6700.40273.7950.2440.2
Hex6D339A1D430281123228
Octal15563232351030504226250
Binary1101101110011100110101110110000110101000100010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,51,154); }

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

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

 a { background-color: rgb(109,51,154); }

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

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

 span { border-color: rgb(109,51,154); }

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