#6C015E

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

Shades of Palatinate Purple #6C015E

Tints of Palatinate Purple #6C015E

Color information

#6C015E (or 0x6C015E) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 01 and 5E. RGB value is (108,1,94). Sum of RGB (Red+Green+Blue) = 108+1+94=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C015E is #93FEA1. Grayscale: #2B2B2B. Windows color (decimal): -9698978 or 6160748. OLE color: 6160748.

HSL color Cylindrical-coordinate representation of color #6C015E: hue angle of 307.85º 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 #6C015E is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB108194-
CMYK00.990.130.58
HSL307.85º98.17%21.37%-
HSV(B)307.85º99.07%42.35%-
XYZ8.224.0210.93-
YUV43.6156.45173.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=53.20%
G=0.49%
B=46.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10819400.990.130.58307.8598.1721.37
Hex6C15E063D3A1346215
Octal15411360143157246414225
Binary110110011011110011000111101111010100110100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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