#6C196F

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

Shades of Palatinate Purple #6C196F

Tints of Palatinate Purple #6C196F

Color information

#6C196F (or 0x6C196F) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 19 and 6F. RGB value is (108,25,111). Sum of RGB (Red+Green+Blue) = 108+25+111=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C196F is #93E690. Grayscale: #3B3B3B. Windows color (decimal): -9692817 or 7281004. OLE color: 7281004.

HSL color Cylindrical-coordinate representation of color #6C196F: hue angle of 297.91º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C196F is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10825111-
CMYK0.030.7700.56
HSL297.91º63.24%26.67%-
HSV(B)297.91º77.48%43.53%-
XYZ9.45.0315.51-
YUV59.62157162.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.26%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=44.26%
G=10.25%
B=45.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108251110.030.7700.56297.9163.2426.67
Hex6C196F34D03812a3f1b
Octal1543115731150704527733
Binary1101100110011101111111001101011100010010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,25,111); }

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

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

 a { background-color: rgb(108,25,111); }

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

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

 span { border-color: rgb(108,25,111); }

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