#6D1263

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

Shades of Palatinate Purple #6D1263

Tints of Palatinate Purple #6D1263

Color information

#6D1263 (or 0x6D1263) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 12 and 63. RGB value is (109,18,99). Sum of RGB (Red+Green+Blue) = 109+18+99=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1263 is #92ED9C. Grayscale: #363636. Windows color (decimal): -9629085 or 6492781. OLE color: 6492781.

HSL color Cylindrical-coordinate representation of color #6D1263: hue angle of 306.59º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1263 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB1091899-
CMYK00.830.090.57
HSL306.59º71.65%24.9%-
HSV(B)306.59º83.49%42.75%-
XYZ8.784.5812.23-
YUV54.44153.15166.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.23%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=48.23%
G=7.96%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109189900.830.090.57306.5971.6524.9
Hex6D12630539391334819
Octal155221430123117146311031
Binary1101101100101100011010100111001111001100110011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,18,99); }

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

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

 a { background-color: rgb(109,18,99); }

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

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

 span { border-color: rgb(109,18,99); }

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