#6F115E

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

Shades of Palatinate Purple #6F115E

Tints of Palatinate Purple #6F115E

Color information

#6F115E (or 0x6F115E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 11 and 5E. RGB value is (111,17,94). Sum of RGB (Red+Green+Blue) = 111+17+94=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F115E is #90EEA1. Grayscale: #353535. Windows color (decimal): -9498274 or 6164847. OLE color: 6164847.

HSL color Cylindrical-coordinate representation of color #6F115E: hue angle of 310.85º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F115E is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1111794-
CMYK00.850.150.56
HSL310.85º73.44%25.1%-
HSV(B)310.85º84.68%43.53%-
XYZ8.784.5911.01-
YUV53.88150.64168.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 7.66%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=50%
G=7.66%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111179400.850.150.56310.8573.4425.1
Hex6F115E055F381374919
Octal157211360125177046711131
Binary1101111100011011110010101011111111000100110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,94); }

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

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

 a { background-color: rgb(111,17,94); }

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

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

 span { border-color: rgb(111,17,94); }

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