#6C2260

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

Shades of Palatinate Purple #6C2260

Tints of Palatinate Purple #6C2260

Color information

#6C2260 (or 0x6C2260) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 22 and 60. RGB value is (108,34,96). Sum of RGB (Red+Green+Blue) = 108+34+96=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2260 is #93DD9F. Grayscale: #3F3F3F. Windows color (decimal): -9690528 or 6300268. OLE color: 6300268.

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

Color convert

RGB1083496-
CMYK00.690.110.58
HSL309.73º52.11%27.84%-
HSV(B)309.73º68.52%42.35%-
XYZ8.875.1811.6-
YUV63.19146.52159.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.38%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=45.38%
G=14.29%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108349600.690.110.58309.7352.1127.84
Hex6C2260045B3A136341c
Octal15442140010513724666434
Binary1101100100010110000001000101101111101010011011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,34,96); }

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

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

 a { background-color: rgb(108,34,96); }

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

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

 span { border-color: rgb(108,34,96); }

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