#6D136B

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

Shades of Palatinate Purple #6D136B

Tints of Palatinate Purple #6D136B

Color information

#6D136B (or 0x6D136B) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 13 and 6B. RGB value is (109,19,107). Sum of RGB (Red+Green+Blue) = 109+19+107=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D136B is #92EC94. Grayscale: #373737. Windows color (decimal): -9628821 or 7017325. OLE color: 7017325.

HSL color Cylindrical-coordinate representation of color #6D136B: hue angle of 301.33º degrees, saturation: 0.7, 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 #6D136B is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB10919107-
CMYK00.830.020.57
HSL301.33º70.31%25.1%-
HSV(B)301.33º82.57%42.75%-
XYZ9.194.7814.35-
YUV55.94156.82165.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=46.38%
G=8.09%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091910700.830.020.57301.3370.3125.1
Hex6D136B05323912d4619
Octal15523153012327145510631
Binary11011011001111010110101001110111001100101101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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