#6F385D

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

Shades of Palatinate Purple #6F385D

Tints of Palatinate Purple #6F385D

Color information

#6F385D (or 0x6F385D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 38 and 5D. RGB value is (111,56,93). Sum of RGB (Red+Green+Blue) = 111+56+93=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F385D is #90C7A2. Grayscale: #4C4C4C. Windows color (decimal): -9488291 or 6109295. OLE color: 6109295.

HSL color Cylindrical-coordinate representation of color #6F385D: hue angle of 319.64º 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 #6F385D is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1115693-
CMYK00.500.160.56
HSL319.64º32.93%32.75%-
HSV(B)319.64º49.55%43.53%-
XYZ9.95711.18-
YUV76.66137.22152.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=42.69%
G=21.54%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111569300.500.160.56319.6432.9332.75
Hex6F385D03210381402121
Octal1577013506220705004141
Binary11011111110001011101011001010000111000101000000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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