#6A2F5F

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

Shades of Palatinate Purple #6A2F5F

Tints of Palatinate Purple #6A2F5F

Color information

#6A2F5F (or 0x6A2F5F) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 2F and 5F. RGB value is (106,47,95). Sum of RGB (Red+Green+Blue) = 106+47+95=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2F5F is #95D0A0. Grayscale: #454545. Windows color (decimal): -9818273 or 6238058. OLE color: 6238058.

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

Color convert

RGB1064795-
CMYK00.560.100.58
HSL311.19º38.56%30%-
HSV(B)311.19º55.66%41.57%-
XYZ9.035.9211.49-
YUV70.11142.05153.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=42.74%
G=18.95%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106479500.560.100.58311.1938.5630
Hex6A2F5F038A3A137271e
Octal1525713707012724674736
Binary110101010111110111110111000101011101010011011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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