#6F316A

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

Shades of Palatinate Purple #6F316A

Tints of Palatinate Purple #6F316A

Color information

#6F316A (or 0x6F316A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 31 and 6A. RGB value is (111,49,106). Sum of RGB (Red+Green+Blue) = 111+49+106=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F316A is #90CE95. Grayscale: #494949. Windows color (decimal): -9490070 or 6959471. OLE color: 6959471.

HSL color Cylindrical-coordinate representation of color #6F316A: hue angle of 304.84º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F316A is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11149106-
CMYK00.560.050.56
HSL304.84º38.75%31.37%-
HSV(B)304.84º55.86%43.53%-
XYZ10.266.6214.37-
YUV74.04146.04154.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=41.73%
G=18.42%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114910600.560.050.56304.8438.7531.37
Hex6F316A038538131271f
Octal157611520705704614737
Binary11011111100011101010011100010111100010011000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,106); }

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

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

 a { background-color: rgb(111,49,106); }

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

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

 span { border-color: rgb(111,49,106); }

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