#6B206A

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

Shades of Palatinate Purple #6B206A

Tints of Palatinate Purple #6B206A

Color information

#6B206A (or 0x6B206A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 20 and 6A. RGB value is (107,32,106). Sum of RGB (Red+Green+Blue) = 107+32+106=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B206A is #94DF95. Grayscale: #3E3E3E. Windows color (decimal): -9756566 or 6955115. OLE color: 6955115.

HSL color Cylindrical-coordinate representation of color #6B206A: hue angle of 300.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B206A is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10732106-
CMYK00.700.010.58
HSL300.8º53.96%27.25%-
HSV(B)300.8º70.09%41.96%-
XYZ9.185.214.16-
YUV62.86152.35159.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.67%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=43.67%
G=13.06%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1073210600.700.010.58300.853.9627.25
Hex6B206A04613A12d361b
Octal1534015201061724556633
Binary1101011100000110101001000110111101010010110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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