#6C145E

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

Shades of Palatinate Purple #6C145E

Tints of Palatinate Purple #6C145E

Color information

#6C145E (or 0x6C145E) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 14 and 5E. RGB value is (108,20,94). Sum of RGB (Red+Green+Blue) = 108+20+94=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C145E is #93EBA1. Grayscale: #363636. Windows color (decimal): -9694114 or 6165612. OLE color: 6165612.

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

Color convert

RGB1082094-
CMYK00.810.130.58
HSL309.55º68.75%25.1%-
HSV(B)309.55º81.48%42.35%-
XYZ8.454.511.01-
YUV54.75150.15165.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=48.65%
G=9.01%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108209400.810.130.58309.5568.7525.1
Hex6C145E051D3A1364519
Octal154241360121157246610531
Binary1101100101001011110010100011101111010100110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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