#6A055F

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

Shades of Palatinate Purple #6A055F

Tints of Palatinate Purple #6A055F

Color information

#6A055F (or 0x6A055F) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 05 and 5F. RGB value is (106,5,95). Sum of RGB (Red+Green+Blue) = 106+5+95=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A055F is #95FAA0. Grayscale: #2D2D2D. Windows color (decimal): -9829025 or 6227306. OLE color: 6227306.

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

Color convert

RGB106595-
CMYK00.950.100.58
HSL306.53º90.99%21.76%-
HSV(B)306.53º95.28%41.57%-
XYZ8.06411.17-
YUV45.46155.96171.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.46%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=51.46%
G=2.43%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10659500.950.100.58306.5390.9921.76
Hex6A55F05FA3A1335b16
Octal15251370137127246313326
Binary11010101011011111010111111010111010100110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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