#6A405F

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

Shades of Palatinate Purple #6A405F

Tints of Palatinate Purple #6A405F

Color information

#6A405F (or 0x6A405F) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 40 and 5F. RGB value is (106,64,95). Sum of RGB (Red+Green+Blue) = 106+64+95=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 106 - color contains mainly: red. Hex color #6A405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A405F is #95BFA0. Grayscale: #505050. Windows color (decimal): -9813921 or 6242410. OLE color: 6242410.

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

Color convert

RGB1066495-
CMYK00.400.100.58
HSL315.71º24.71%33.33%-
HSV(B)315.71º39.62%41.57%-
XYZ9.847.5611.77-
YUV80.09136.41146.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=40%
G=24.15%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106649500.400.100.58315.7124.7133.33
Hex6A405F028A3A13c1921
Octal15210013705012724743141
Binary1101010100000010111110101000101011101010011110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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