#6F1B6D

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

Shades of Palatinate Purple #6F1B6D

Tints of Palatinate Purple #6F1B6D

Color information

#6F1B6D (or 0x6F1B6D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 1B and 6D. RGB value is (111,27,109). Sum of RGB (Red+Green+Blue) = 111+27+109=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B6D is #90E492. Grayscale: #3D3D3D. Windows color (decimal): -9495699 or 7150447. OLE color: 7150447.

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

Color convert

RGB11127109-
CMYK00.760.020.56
HSL301.43º60.87%27.06%-
HSV(B)301.43º75.68%43.53%-
XYZ9.715.2714.97-
YUV61.46154.83163.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=44.94%
G=10.93%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112710900.760.020.56301.4360.8727.06
Hex6F1B6D04C23812d3d1b
Octal1573315501142704557533
Binary1101111110111101101010011001011100010010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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