#6D266B

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

Shades of Palatinate Purple #6D266B

Tints of Palatinate Purple #6D266B

Color information

#6D266B (or 0x6D266B) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 26 and 6B. RGB value is (109,38,107). Sum of RGB (Red+Green+Blue) = 109+38+107=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D266B is #92D994. Grayscale: #424242. Windows color (decimal): -9623957 or 7022189. OLE color: 7022189.

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

Color convert

RGB10938107-
CMYK00.650.020.57
HSL301.69º48.3%28.82%-
HSV(B)301.69º65.14%42.75%-
XYZ9.655.714.5-
YUV67.1150.52157.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.91%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 107 (42.19% from 255) = 42.13%
R=42.91%
G=14.96%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1093810700.650.020.57301.6948.328.82
Hex6D266B04123912e301d
Octal1554615301012714566035
Binary11011011001101101011010000011011100110010111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,38,107); }

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

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

 a { background-color: rgb(109,38,107); }

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

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

 span { border-color: rgb(109,38,107); }

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