#6F385E

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

Shades of Palatinate Purple #6F385E

Tints of Palatinate Purple #6F385E

Color information

#6F385E (or 0x6F385E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 38 and 5E. RGB value is (111,56,94). Sum of RGB (Red+Green+Blue) = 111+56+94=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F385E is #90C7A1. Grayscale: #4C4C4C. Windows color (decimal): -9488290 or 6174831. OLE color: 6174831.

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

Color convert

RGB1115694-
CMYK00.500.150.56
HSL318.55º32.93%32.75%-
HSV(B)318.55º49.55%43.53%-
XYZ9.997.0211.42-
YUV76.78137.72152.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=42.53%
G=21.46%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111569400.500.150.56318.5532.9332.75
Hex6F385E032F3813f2121
Octal1577013606217704774141
Binary1101111111000101111001100101111111000100111111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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