#6F1A66

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

Shades of Palatinate Purple #6F1A66

Tints of Palatinate Purple #6F1A66

Color information

#6F1A66 (or 0x6F1A66) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 1A and 66. RGB value is (111,26,102). Sum of RGB (Red+Green+Blue) = 111+26+102=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1A66 is #90E599. Grayscale: #3B3B3B. Windows color (decimal): -9495962 or 6691439. OLE color: 6691439.

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

Color convert

RGB11126102-
CMYK00.770.080.56
HSL306.35º62.04%26.86%-
HSV(B)306.35º76.58%43.53%-
XYZ9.325.0813.06-
YUV60.08151.66164.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=46.44%
G=10.88%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112610200.770.080.56306.3562.0426.86
Hex6F1A6604D8381323e1b
Octal15732146011510704627633
Binary110111111010110011001001101100011100010011001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,26,102); }

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

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

 a { background-color: rgb(111,26,102); }

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

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

 span { border-color: rgb(111,26,102); }

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