#6D296A

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

Shades of Palatinate Purple #6D296A

Tints of Palatinate Purple #6D296A

Color information

#6D296A (or 0x6D296A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 29 and 6A. RGB value is (109,41,106). Sum of RGB (Red+Green+Blue) = 109+41+106=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D296A is #92D695. Grayscale: #444444. Windows color (decimal): -9623190 or 6957421. OLE color: 6957421.

HSL color Cylindrical-coordinate representation of color #6D296A: hue angle of 302.65º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D296A is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB10941106-
CMYK00.620.030.57
HSL302.65º45.33%29.41%-
HSV(B)302.65º62.39%42.75%-
XYZ9.75.8814.26-
YUV68.74149.03156.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.58%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=42.58%
G=16.02%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1094110600.620.030.57302.6545.3329.41
Hex6D296A03E33912f2d1d
Octal155511520763714575535
Binary1101101101001110101001111101111100110010111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,41,106); }

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

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

 a { background-color: rgb(109,41,106); }

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

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

 span { border-color: rgb(109,41,106); }

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