#6A1366

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

Shades of Palatinate Purple #6A1366

Tints of Palatinate Purple #6A1366

Color information

#6A1366 (or 0x6A1366) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 13 and 66. RGB value is (106,19,102). Sum of RGB (Red+Green+Blue) = 106+19+102=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1366 is #95EC99. Grayscale: #363636. Windows color (decimal): -9825434 or 6689642. OLE color: 6689642.

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

Color convert

RGB10619102-
CMYK00.820.040.58
HSL302.76º69.6%24.51%-
HSV(B)302.76º82.08%41.57%-
XYZ8.584.4912.98-
YUV54.47154.82164.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=46.70%
G=8.37%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061910200.820.040.58302.7669.624.51
Hex6A136605243A12f4619
Octal15223146012247245710631
Binary110101010011110011001010010100111010100101111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,19,102); }

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

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

 a { background-color: rgb(106,19,102); }

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

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

 span { border-color: rgb(106,19,102); }

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