#6F1261

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

Shades of Palatinate Purple #6F1261

Tints of Palatinate Purple #6F1261

Color information

#6F1261 (or 0x6F1261) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 12 and 61. RGB value is (111,18,97). Sum of RGB (Red+Green+Blue) = 111+18+97=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1261 is #90ED9E. Grayscale: #363636. Windows color (decimal): -9498015 or 6361711. OLE color: 6361711.

HSL color Cylindrical-coordinate representation of color #6F1261: hue angle of 309.03º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1261 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1111897-
CMYK00.840.130.56
HSL309.03º72.09%25.29%-
HSV(B)309.03º83.78%43.53%-
XYZ8.934.6811.74-
YUV54.81151.81168.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=49.12%
G=7.96%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111189700.840.130.56309.0372.0925.29
Hex6F1261054D381354819
Octal157221410124157046511031
Binary1101111100101100001010101001101111000100110101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,18,97); }

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

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

 a { background-color: rgb(111,18,97); }

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

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

 span { border-color: rgb(111,18,97); }

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