#6C075C

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

Shades of Palatinate Purple #6C075C

Tints of Palatinate Purple #6C075C

Color information

#6C075C (or 0x6C075C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 07 and 5C. RGB value is (108,7,92). Sum of RGB (Red+Green+Blue) = 108+7+92=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C075C is #93F8A3. Grayscale: #2E2E2E. Windows color (decimal): -9697444 or 6031212. OLE color: 6031212.

HSL color Cylindrical-coordinate representation of color #6C075C: hue angle of 309.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C075C is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB108792-
CMYK00.940.150.58
HSL309.5º87.83%22.55%-
HSV(B)309.5º93.52%42.35%-
XYZ8.194.1110.49-
YUV46.89153.46171.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.17%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=52.17%
G=3.38%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10879200.940.150.58309.587.8322.55
Hex6C75C05EF3A1365817
Octal15471340136177246613027
Binary11011001111011100010111101111111010100110110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,7,92); }

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

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

 a { background-color: rgb(108,7,92); }

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

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

 span { border-color: rgb(108,7,92); }

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