#6A135F

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

Shades of Palatinate Purple #6A135F

Tints of Palatinate Purple #6A135F

Color information

#6A135F (or 0x6A135F) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 13 and 5F. RGB value is (106,19,95). Sum of RGB (Red+Green+Blue) = 106+19+95=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A135F is #95ECA0. Grayscale: #353535. Windows color (decimal): -9825441 or 6230890. OLE color: 6230890.

HSL color Cylindrical-coordinate representation of color #6A135F: hue angle of 307.59º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A135F is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1061995-
CMYK00.820.100.58
HSL307.59º69.6%24.51%-
HSV(B)307.59º82.08%41.57%-
XYZ8.244.3611.23-
YUV53.68151.32165.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=48.18%
G=8.64%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106199500.820.100.58307.5969.624.51
Hex6A135F052A3A1344619
Octal152231370122127246410631
Binary1101010100111011111010100101010111010100110100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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