#6A365F

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

Shades of Palatinate Purple #6A365F

Tints of Palatinate Purple #6A365F

Color information

#6A365F (or 0x6A365F) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 36 and 5F. RGB value is (106,54,95). Sum of RGB (Red+Green+Blue) = 106+54+95=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A365F is #95C9A0. Grayscale: #4A4A4A. Windows color (decimal): -9816481 or 6239850. OLE color: 6239850.

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

Color convert

RGB1065495-
CMYK00.490.100.58
HSL312.69º32.5%31.37%-
HSV(B)312.69º49.06%41.57%-
XYZ9.336.5311.59-
YUV74.22139.73150.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.57%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=41.57%
G=21.18%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106549500.490.100.58312.6932.531.37
Hex6A365F031A3A139201f
Octal1526613706112724714037
Binary110101011011010111110110001101011101010011100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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