#6A1F6A

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

Shades of Palatinate Purple #6A1F6A

Tints of Palatinate Purple #6A1F6A

Color information

#6A1F6A (or 0x6A1F6A) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 1F and 6A. RGB value is (106,31,106). Sum of RGB (Red+Green+Blue) = 106+31+106=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A1F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1F6A is #95E095. Grayscale: #3D3D3D. Windows color (decimal): -9822358 or 6954858. OLE color: 6954858.

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

Color convert

RGB10631106-
CMYK00.7100.58
HSL300º54.74%26.86%-
HSV(B)300º70.75%41.57%-
XYZ9.045.0814.14-
YUV61.97152.85159.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.62%
GREEN value IS 31 (12.5% from 255) = 12.76%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=43.62%
G=12.76%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1063110600.7100.5830054.7426.86
Hex6A1F6A04703A12c371b
Octal1523715201070724546733
Binary110101011111110101001000111011101010010110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,31,106); }

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

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

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

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

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

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

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