#6F186D

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

Shades of Palatinate Purple #6F186D

Tints of Palatinate Purple #6F186D

Color information

#6F186D (or 0x6F186D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 18 and 6D. RGB value is (111,24,109). Sum of RGB (Red+Green+Blue) = 111+24+109=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F186D is #90E792. Grayscale: #3B3B3B. Windows color (decimal): -9496467 or 7149679. OLE color: 7149679.

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

Color convert

RGB11124109-
CMYK00.780.020.56
HSL301.38º64.44%26.47%-
HSV(B)301.38º78.38%43.53%-
XYZ9.645.1414.95-
YUV59.7155.82164.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=45.49%
G=9.84%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112410900.780.020.56301.3864.4426.47
Hex6F186D04E23812d401a
Octal15730155011627045510032
Binary11011111100011011010100111010111000100101101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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