#6A2D5F

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

Shades of Palatinate Purple #6A2D5F

Tints of Palatinate Purple #6A2D5F

Color information

#6A2D5F (or 0x6A2D5F) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 2D and 5F. RGB value is (106,45,95). Sum of RGB (Red+Green+Blue) = 106+45+95=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2D5F is #95D2A0. Grayscale: #444444. Windows color (decimal): -9818785 or 6237546. OLE color: 6237546.

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

Color convert

RGB1064595-
CMYK00.580.100.58
HSL310.82º40.4%29.61%-
HSV(B)310.82º57.55%41.57%-
XYZ8.955.7711.47-
YUV68.94142.71154.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=43.09%
G=18.29%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106459500.580.100.58310.8240.429.61
Hex6A2D5F03AA3A137281e
Octal1525513707212724675036
Binary110101010110110111110111010101011101010011011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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