#6A2768

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

Shades of Palatinate Purple #6A2768

Tints of Palatinate Purple #6A2768

Color information

#6A2768 (or 0x6A2768) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 27 and 68. RGB value is (106,39,104). Sum of RGB (Red+Green+Blue) = 106+39+104=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2768 is #95D897. Grayscale: #424242. Windows color (decimal): -9820312 or 6825834. OLE color: 6825834.

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

Color convert

RGB10639104-
CMYK00.630.020.58
HSL301.79º46.21%28.43%-
HSV(B)301.79º63.21%41.57%-
XYZ9.175.5113.68-
YUV66.44149.2156.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 104 (41.02% from 255) = 41.77%
R=42.57%
G=15.66%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1063910400.630.020.58301.7946.2128.43
Hex6A276803F23A12e2e1c
Octal152471500772724565634
Binary1101010100111110100001111111011101010010111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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