#6F235A

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

Shades of Palatinate Purple #6F235A

Tints of Palatinate Purple #6F235A

Color information

#6F235A (or 0x6F235A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 23 and 5A. RGB value is (111,35,90). Sum of RGB (Red+Green+Blue) = 111+35+90=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F235A is #90DCA5. Grayscale: #3F3F3F. Windows color (decimal): -9493670 or 5907311. OLE color: 5907311.

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

Color convert

RGB1113590-
CMYK00.680.190.56
HSL316.58º52.05%28.63%-
HSV(B)316.58º68.47%43.53%-
XYZ95.3210.23-
YUV63.99142.68161.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=47.03%
G=14.83%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111359000.680.190.56316.5852.0528.63
Hex6F235A044133813d341d
Octal15743132010423704756435
Binary11011111000111011010010001001001111100010011110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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