#6F235E

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

Shades of Palatinate Purple #6F235E

Tints of Palatinate Purple #6F235E

Color information

#6F235E (or 0x6F235E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 23 and 5E. RGB value is (111,35,94). Sum of RGB (Red+Green+Blue) = 111+35+94=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F235E is #90DCA1. Grayscale: #404040. Windows color (decimal): -9493666 or 6169455. OLE color: 6169455.

HSL color Cylindrical-coordinate representation of color #6F235E: hue angle of 313.42º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F235E is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1113594-
CMYK00.680.150.56
HSL313.42º52.05%28.63%-
HSV(B)313.42º68.47%43.53%-
XYZ9.185.3911.15-
YUV64.45144.68161.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=46.25%
G=14.58%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111359400.680.150.56313.4252.0528.63
Hex6F235E044F38139341d
Octal15743136010417704716435
Binary1101111100011101111001000100111111100010011100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,35,94); }

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

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

 a { background-color: rgb(111,35,94); }

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

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

 span { border-color: rgb(111,35,94); }

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