#6F195F

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

Shades of Palatinate Purple #6F195F

Tints of Palatinate Purple #6F195F

Color information

#6F195F (or 0x6F195F) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 19 and 5F. RGB value is (111,25,95). Sum of RGB (Red+Green+Blue) = 111+25+95=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F195F is #90E6A0. Grayscale: #3A3A3A. Windows color (decimal): -9496225 or 6232431. OLE color: 6232431.

HSL color Cylindrical-coordinate representation of color #6F195F: hue angle of 311.16º 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 #6F195F is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1112595-
CMYK00.770.140.56
HSL311.16º63.24%26.67%-
HSV(B)311.16º77.48%43.53%-
XYZ8.974.911.3-
YUV58.69148.49165.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=48.05%
G=10.82%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111259500.770.140.56311.1663.2426.67
Hex6F195F04DE381373f1b
Octal15731137011516704677733
Binary110111111001101111101001101111011100010011011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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