#6A0764

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

Shades of Palatinate Purple #6A0764

Tints of Palatinate Purple #6A0764

Color information

#6A0764 (or 0x6A0764) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 07 and 64. RGB value is (106,7,100). Sum of RGB (Red+Green+Blue) = 106+7+100=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0764 is #95F89B. Grayscale: #2E2E2E. Windows color (decimal): -9828508 or 6555498. OLE color: 6555498.

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

Color convert

RGB1067100-
CMYK00.930.060.58
HSL303.64º87.61%22.16%-
HSV(B)303.64º93.4%41.57%-
XYZ8.324.1412.42-
YUV47.2157.8169.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.77%
GREEN value IS 7 (3.12% from 255) = 3.29%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=49.77%
G=3.29%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106710000.930.060.58303.6487.6122.16
Hex6A76405D63A1305816
Octal1527144013567246013026
Binary1101010111110010001011101110111010100110000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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