#6A1F64

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

Shades of Palatinate Purple #6A1F64

Tints of Palatinate Purple #6A1F64

Color information

#6A1F64 (or 0x6A1F64) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 1F and 64. RGB value is (106,31,100). Sum of RGB (Red+Green+Blue) = 106+31+100=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1F64 is #95E09B. Grayscale: #3D3D3D. Windows color (decimal): -9822364 or 6561642. OLE color: 6561642.

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

Color convert

RGB10631100-
CMYK00.710.060.58
HSL304.8º54.74%26.86%-
HSV(B)304.8º70.75%41.57%-
XYZ8.734.9612.55-
YUV61.29149.85159.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 31 (12.5% from 255) = 13.08%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=44.73%
G=13.08%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1063110000.710.060.58304.854.7426.86
Hex6A1F6404763A131371b
Octal1523714401076724616733
Binary11010101111111001000100011111011101010011000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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