#6C106A

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

Shades of Palatinate Purple #6C106A

Tints of Palatinate Purple #6C106A

Color information

#6C106A (or 0x6C106A) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 10 and 6A. RGB value is (108,16,106). Sum of RGB (Red+Green+Blue) = 108+16+106=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C106A is #93EF95. Grayscale: #353535. Windows color (decimal): -9695126 or 6951020. OLE color: 6951020.

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

Color convert

RGB10816106-
CMYK00.850.020.58
HSL301.3º74.19%24.31%-
HSV(B)301.3º85.19%42.35%-
XYZ8.974.614.05-
YUV53.77157.48166.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.96%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=46.96%
G=6.96%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081610600.850.020.58301.374.1924.31
Hex6C106A05523A12d4a18
Octal15420152012527245511230
Binary11011001000011010100101010110111010100101101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,16,106); }

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

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

 a { background-color: rgb(108,16,106); }

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

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

 span { border-color: rgb(108,16,106); }

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