#6F0861

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

Shades of Palatinate Purple #6F0861

Tints of Palatinate Purple #6F0861

Color information

#6F0861 (or 0x6F0861) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 08 and 61. RGB value is (111,8,97). Sum of RGB (Red+Green+Blue) = 111+8+97=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0861 is #90F79E. Grayscale: #303030. Windows color (decimal): -9500575 or 6359151. OLE color: 6359151.

HSL color Cylindrical-coordinate representation of color #6F0861: hue angle of 308.16º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0861 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB111897-
CMYK00.930.130.56
HSL308.16º86.55%23.33%-
HSV(B)308.16º92.79%43.53%-
XYZ8.84.4211.7-
YUV48.94155.12172.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 8 (3.52% from 255) = 3.70%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=51.39%
G=3.70%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11189700.930.130.56308.1686.5523.33
Hex6F86105DD381345717
Octal157101410135157046412727
Binary110111110001100001010111011101111000100110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,8,97); }

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

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

 a { background-color: rgb(111,8,97); }

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

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

 span { border-color: rgb(111,8,97); }

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