#6A1C6B

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

Shades of Palatinate Purple #6A1C6B

Tints of Palatinate Purple #6A1C6B

Color information

#6A1C6B (or 0x6A1C6B) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 1C and 6B. RGB value is (106,28,107). Sum of RGB (Red+Green+Blue) = 106+28+107=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A1C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1C6B is #95E394. Grayscale: #3C3C3C. Windows color (decimal): -9823125 or 7019626. OLE color: 7019626.

HSL color Cylindrical-coordinate representation of color #6A1C6B: hue angle of 299.24º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A1C6B is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10628107-
CMYK0.010.7400.58
HSL299.24º58.52%26.47%-
HSV(B)299.24º73.83%41.96%-
XYZ9.014.9614.39-
YUV60.33154.34160.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.98%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=43.98%
G=11.62%
B=44.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106281070.010.7400.58299.2458.5226.47
Hex6A1C6B14A03A12b3b1a
Octal1523415311120724537332
Binary110101011100110101111001010011101010010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,28,107); }

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

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

 a { background-color: rgb(106,28,107); }

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

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

 span { border-color: rgb(106,28,107); }

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