#6F146D

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

Shades of Palatinate Purple #6F146D

Tints of Palatinate Purple #6F146D

Color information

#6F146D (or 0x6F146D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 14 and 6D. RGB value is (111,20,109). Sum of RGB (Red+Green+Blue) = 111+20+109=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F146D is #90EB92. Grayscale: #393939. Windows color (decimal): -9497491 or 7148655. OLE color: 7148655.

HSL color Cylindrical-coordinate representation of color #6F146D: hue angle of 301.32º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F146D is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11120109-
CMYK00.820.020.56
HSL301.32º69.47%25.69%-
HSV(B)301.32º81.98%43.53%-
XYZ9.574.9814.93-
YUV57.36157.15166.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=46.25%
G=8.33%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112010900.820.020.56301.3269.4725.69
Hex6F146D05223812d451a
Octal15724155012227045510532
Binary11011111010011011010101001010111000100101101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,20,109); }

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

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

 a { background-color: rgb(111,20,109); }

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

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

 span { border-color: rgb(111,20,109); }

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