#6F285D

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

Shades of Palatinate Purple #6F285D

Tints of Palatinate Purple #6F285D

Color information

#6F285D (or 0x6F285D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 28 and 5D. RGB value is (111,40,93). Sum of RGB (Red+Green+Blue) = 111+40+93=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F285D is #90D7A2. Grayscale: #434343. Windows color (decimal): -9492387 or 6105199. OLE color: 6105199.

HSL color Cylindrical-coordinate representation of color #6F285D: hue angle of 315.21º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F285D is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1114093-
CMYK00.640.160.56
HSL315.21º47.02%29.61%-
HSV(B)315.21º63.96%43.53%-
XYZ9.295.6910.96-
YUV67.27142.52159.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=45.49%
G=16.39%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111409300.640.160.56315.2147.0229.61
Hex6F285D040103813b2f1e
Octal15750135010020704735736
Binary11011111010001011101010000001000011100010011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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