#6A0759

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

Shades of Palatinate Purple #6A0759

Tints of Palatinate Purple #6A0759

Color information

#6A0759 (or 0x6A0759) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 07 and 59. RGB value is (106,7,89). Sum of RGB (Red+Green+Blue) = 106+7+89=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0759 is #95F8A6. Grayscale: #2D2D2D. Windows color (decimal): -9828519 or 5834602. OLE color: 5834602.

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

Color convert

RGB106789-
CMYK00.930.160.58
HSL310.3º87.61%22.16%-
HSV(B)310.3º93.4%41.57%-
XYZ7.823.949.8-
YUV45.95152.3170.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.48%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=52.48%
G=3.47%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10678900.930.160.58310.387.6122.16
Hex6A75905D103A1365816
Octal15271310135207246613026
Binary110101011110110010101110110000111010100110110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,7,89); }

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

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

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

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

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

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

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