#6A335F

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

Shades of Palatinate Purple #6A335F

Tints of Palatinate Purple #6A335F

Color information

#6A335F (or 0x6A335F) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 33 and 5F. RGB value is (106,51,95). Sum of RGB (Red+Green+Blue) = 106+51+95=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 106 - color contains mainly: red. Hex color #6A335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A335F is #95CCA0. Grayscale: #484848. Windows color (decimal): -9817249 or 6239082. OLE color: 6239082.

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

Color convert

RGB1065195-
CMYK00.520.100.58
HSL312º35.03%30.78%-
HSV(B)312º51.89%41.57%-
XYZ9.196.2611.55-
YUV72.46140.72151.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.06%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=42.06%
G=20.24%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106519500.520.100.5831235.0330.78
Hex6A335F034A3A138231f
Octal1526313706412724704337
Binary110101011001110111110110100101011101010011100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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