#6D286A

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

Shades of Palatinate Purple #6D286A

Tints of Palatinate Purple #6D286A

Color information

#6D286A (or 0x6D286A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 28 and 6A. RGB value is (109,40,106). Sum of RGB (Red+Green+Blue) = 109+40+106=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D286A is #92D795. Grayscale: #434343. Windows color (decimal): -9623446 or 6957165. OLE color: 6957165.

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

Color convert

RGB10940106-
CMYK00.630.030.57
HSL302.61º46.31%29.22%-
HSV(B)302.61º63.3%42.75%-
XYZ9.675.8114.25-
YUV68.16149.36157.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.75%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=42.75%
G=15.69%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1094010600.630.030.57302.6146.3129.22
Hex6D286A03F33912f2e1d
Octal155501520773714575635
Binary1101101101000110101001111111111100110010111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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