#6C2268

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

Shades of Palatinate Purple #6C2268

Tints of Palatinate Purple #6C2268

Color information

#6C2268 (or 0x6C2268) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 22 and 68. RGB value is (108,34,104). Sum of RGB (Red+Green+Blue) = 108+34+104=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2268 is #93DD97. Grayscale: #3F3F3F. Windows color (decimal): -9690520 or 6824556. OLE color: 6824556.

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

Color convert

RGB10834104-
CMYK00.690.040.58
HSL303.24º52.11%27.84%-
HSV(B)303.24º68.52%42.35%-
XYZ9.265.3313.64-
YUV64.11150.52159.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.90%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=43.90%
G=13.82%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1083410400.690.040.58303.2452.1127.84
Hex6C226804543A12f341c
Octal1544215001054724576434
Binary110110010001011010000100010110011101010010111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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