#6A3658

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

Shades of Palatinate Purple #6A3658

Tints of Palatinate Purple #6A3658

Color information

#6A3658 (or 0x6A3658) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 36 and 58. RGB value is (106,54,88). Sum of RGB (Red+Green+Blue) = 106+54+88=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3658 is #95C9A7. Grayscale: #494949. Windows color (decimal): -9816488 or 5781098. OLE color: 5781098.

HSL color Cylindrical-coordinate representation of color #6A3658: hue angle of 320.77º 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 #6A3658 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1065488-
CMYK00.490.170.58
HSL320.77º32.5%31.37%-
HSV(B)320.77º49.06%41.57%-
XYZ9.026.419.99-
YUV73.42136.23151.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=42.74%
G=21.77%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106548800.490.170.58320.7732.531.37
Hex6A3658031113A141201f
Octal1526613006121725014037
Binary1101010110110101100001100011000111101010100000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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