#6c1670

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

Shades of Palatinate Purple #6C1670

Tints of Palatinate Purple #6C1670

Color information

#6C1670 (or 0x6C1670) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 16 and 70. RGB value is (108,22,112). Sum of RGB (Red+Green+Blue) = 108+22+112=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C1670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1670 is #93E98F. Grayscale: #393939. Windows color (decimal): -9693584 or 7345772. OLE color: 7345772.

HSL color Cylindrical-coordinate representation of color #6C1670: hue angle of 297.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1670 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10822112-
CMYK0.040.8000.56
HSL297.33º67.16%26.27%-
HSV(B)297.33º80.36%43.92%-
XYZ9.44.9315.79-
YUV57.97158.49163.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.63%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=44.63%
G=9.09%
B=46.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108221120.040.8000.56297.3367.1626.27
Hex6C1670450038129431a
Octal15426160412007045110332
Binary110110010110111000010010100000111000100101001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c1670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,22,112); }

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

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

 a { background-color: rgb(108,22,112); }

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

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

 span { border-color: rgb(108,22,112); }

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