#6D449E

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

Shades of Royal Purple #6D449E

Tints of Royal Purple #6D449E

Color information

#6D449E (or 0x6D449E) is unknown color: approx Royal Purple. HEX triplet: 6D, 44 and 9E. RGB value is (109,68,158). Sum of RGB (Red+Green+Blue) = 109+68+158=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D449E is #92BB61. Grayscale: #5A5A5A. Windows color (decimal): -9616226 or 10372205. OLE color: 10372205.

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

Color convert

RGB10968158-
CMYK0.310.5700.38
HSL267.33º39.82%44.31%-
HSV(B)267.33º56.96%61.96%-
XYZ14.559.8533.48-
YUV90.52166.08141.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=32.54%
G=20.30%
B=47.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109681580.310.5700.38267.3339.8244.31
Hex6D449E1F3902610b282c
Octal15510423637710464135054
Binary1101101100010010011110111111110010100110100001011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,158); }

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

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

 a { background-color: rgb(109,68,158); }

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

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

 span { border-color: rgb(109,68,158); }

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