#6F126E

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

Shades of Palatinate Purple #6F126E

Tints of Palatinate Purple #6F126E

Color information

#6F126E (or 0x6F126E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 12 and 6E. RGB value is (111,18,110). Sum of RGB (Red+Green+Blue) = 111+18+110=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F126E is #90ED91. Grayscale: #383838. Windows color (decimal): -9498002 or 7213679. OLE color: 7213679.

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

Color convert

RGB11118110-
CMYK00.840.010.56
HSL300.65º72.09%25.29%-
HSV(B)300.65º83.78%43.53%-
XYZ9.594.9415.2-
YUV56.29158.31167.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=46.44%
G=7.53%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111811000.840.010.56300.6572.0925.29
Hex6F126E05413812d4819
Octal15722156012417045511031
Binary1101111100101101110010101001111000100101101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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