#6F3061

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

Shades of Palatinate Purple #6F3061

Tints of Palatinate Purple #6F3061

Color information

#6F3061 (or 0x6F3061) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 30 and 61. RGB value is (111,48,97). Sum of RGB (Red+Green+Blue) = 111+48+97=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3061 is #90CF9E. Grayscale: #484848. Windows color (decimal): -9490335 or 6369391. OLE color: 6369391.

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

Color convert

RGB1114897-
CMYK00.570.130.56
HSL313.33º39.62%31.18%-
HSV(B)313.33º56.76%43.53%-
XYZ9.776.3612.02-
YUV72.42141.87155.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.36%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=43.36%
G=18.75%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111489700.570.130.56313.3339.6231.18
Hex6F3061039D38139281f
Octal1576014107115704715037
Binary110111111000011000010111001110111100010011100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,48,97); }

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

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

 a { background-color: rgb(111,48,97); }

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

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

 span { border-color: rgb(111,48,97); }

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