#6D369D

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

Shades of Royal Purple #6D369D

Tints of Royal Purple #6D369D

Color information

#6D369D (or 0x6D369D) is unknown color: approx Royal Purple. HEX triplet: 6D, 36 and 9D. RGB value is (109,54,157). Sum of RGB (Red+Green+Blue) = 109+54+157=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D369D is #92C962. Grayscale: #515151. Windows color (decimal): -9619811 or 10303085. OLE color: 10303085.

HSL color Cylindrical-coordinate representation of color #6D369D: hue angle of 272.04º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D369D is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10954157-
CMYK0.310.6600.38
HSL272.04º48.82%41.37%-
HSV(B)272.04º65.61%61.57%-
XYZ13.718.3232.78-
YUV82.19170.22147.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.06%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=34.06%
G=16.88%
B=49.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109541570.310.6600.38272.0448.8241.37
Hex6D369D1F420261103129
Octal15566235371020464206151
Binary1101101110110100111011111110000100100110100010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,54,157); }

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

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

 a { background-color: rgb(109,54,157); }

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

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

 span { border-color: rgb(109,54,157); }

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