#6A1668

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

Shades of Palatinate Purple #6A1668

Tints of Palatinate Purple #6A1668

Color information

#6A1668 (or 0x6A1668) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 16 and 68. RGB value is (106,22,104). Sum of RGB (Red+Green+Blue) = 106+22+104=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1668 is #95E997. Grayscale: #383838. Windows color (decimal): -9824664 or 6821482. OLE color: 6821482.

HSL color Cylindrical-coordinate representation of color #6A1668: hue angle of 301.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1668 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10622104-
CMYK00.790.020.58
HSL301.43º65.62%25.1%-
HSV(B)301.43º79.25%41.57%-
XYZ8.734.6413.53-
YUV56.46154.83163.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.69%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=45.69%
G=9.48%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1062210400.790.020.58301.4365.6225.1
Hex6A166804F23A12d4219
Octal15226150011727245510231
Binary11010101011011010000100111110111010100101101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,22,104); }

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

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

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

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

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

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

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