#6C015C

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

Shades of Palatinate Purple #6C015C

Tints of Palatinate Purple #6C015C

Color information

#6C015C (or 0x6C015C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 01 and 5C. RGB value is (108,1,92). Sum of RGB (Red+Green+Blue) = 108+1+92=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C015C is #93FEA3. Grayscale: #2B2B2B. Windows color (decimal): -9698980 or 6029676. OLE color: 6029676.

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

Color convert

RGB108192-
CMYK00.990.150.58
HSL308.97º98.17%21.37%-
HSV(B)308.97º99.07%42.35%-
XYZ8.133.9810.47-
YUV43.37155.45174.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.73%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=53.73%
G=0.50%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10819200.990.150.58308.9798.1721.37
Hex6C15C063F3A1356215
Octal15411340143177246514225
Binary110110011011100011000111111111010100110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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