#6D409D

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

Shades of Royal Purple #6D409D

Tints of Royal Purple #6D409D

Color information

#6D409D (or 0x6D409D) is unknown color: approx Royal Purple. HEX triplet: 6D, 40 and 9D. RGB value is (109,64,157). Sum of RGB (Red+Green+Blue) = 109+64+157=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D409D is #92BF62. Grayscale: #575757. Windows color (decimal): -9617251 or 10305645. OLE color: 10305645.

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

Color convert

RGB10964157-
CMYK0.310.5900.38
HSL269.03º42.08%43.33%-
HSV(B)269.03º59.24%61.57%-
XYZ14.239.3532.95-
YUV88.06166.91142.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.03%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 157 (61.72% from 255) = 47.58%
R=33.03%
G=19.39%
B=47.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109641570.310.5900.38269.0342.0843.33
Hex6D409D1F3B02610d2a2b
Octal15510023537730464155253
Binary1101101100000010011101111111110110100110100001101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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