#6F385C

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

Shades of Palatinate Purple #6F385C

Tints of Palatinate Purple #6F385C

Color information

#6F385C (or 0x6F385C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 38 and 5C. RGB value is (111,56,92). Sum of RGB (Red+Green+Blue) = 111+56+92=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F385C is #90C7A3. Grayscale: #4C4C4C. Windows color (decimal): -9488292 or 6043759. OLE color: 6043759.

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

Color convert

RGB1115692-
CMYK00.500.170.56
HSL320.73º32.93%32.75%-
HSV(B)320.73º49.55%43.53%-
XYZ9.96.9810.95-
YUV76.55136.72152.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.86%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=42.86%
G=21.62%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111569200.500.170.56320.7332.9332.75
Hex6F385C03211381412121
Octal1577013406221705014141
Binary11011111110001011100011001010001111000101000001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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