#6D136A

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

Shades of Palatinate Purple #6D136A

Tints of Palatinate Purple #6D136A

Color information

#6D136A (or 0x6D136A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 13 and 6A. RGB value is (109,19,106). Sum of RGB (Red+Green+Blue) = 109+19+106=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D136A is #92EC95. Grayscale: #373737. Windows color (decimal): -9628822 or 6951789. OLE color: 6951789.

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

Color convert

RGB10919106-
CMYK00.830.030.57
HSL302º70.31%25.1%-
HSV(B)302º82.57%42.75%-
XYZ9.144.7614.07-
YUV55.83156.32165.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.58%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=46.58%
G=8.12%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091910600.830.030.5730270.3125.1
Hex6D136A05333912e4619
Octal15523152012337145610631
Binary11011011001111010100101001111111001100101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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