#6F0761

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

Shades of Palatinate Purple #6F0761

Tints of Palatinate Purple #6F0761

Color information

#6F0761 (or 0x6F0761) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 07 and 61. RGB value is (111,7,97). Sum of RGB (Red+Green+Blue) = 111+7+97=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0761 is #90F89E. Grayscale: #303030. Windows color (decimal): -9500831 or 6358895. OLE color: 6358895.

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

Color convert

RGB111797-
CMYK00.940.130.56
HSL308.08º88.14%23.14%-
HSV(B)308.08º93.69%43.53%-
XYZ8.794.3911.69-
YUV48.36155.46172.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=51.63%
G=3.26%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11179700.940.130.56308.0888.1423.14
Hex6F76105ED381345817
Octal15771410136157046413027
Binary11011111111100001010111101101111000100110100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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