#6C005E

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

Shades of Palatinate Purple #6C005E

Tints of Palatinate Purple #6C005E

Color information

#6C005E (or 0x6C005E) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 00 and 5E. RGB value is (108,0,94). Sum of RGB (Red+Green+Blue) = 108+0+94=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C005E is #93FFA1. Grayscale: #2A2A2A. Windows color (decimal): -9699234 or 6160492. OLE color: 6160492.

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

Color convert

RGB108094-
CMYK010.130.58
HSL307.78º100%21.18%-
HSV(B)307.78º100%42.35%-
XYZ8.2410.93-
YUV43.01156.78174.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=53.47%
G=0%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108094010.130.58307.7810021.18
Hex6C05E064D3A1346415
Octal15401360144157246414425
Binary110110001011110011001001101111010100110100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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