#6F2358

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

Shades of Palatinate Purple #6F2358

Tints of Palatinate Purple #6F2358

Color information

#6F2358 (or 0x6F2358) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 23 and 58. RGB value is (111,35,88). Sum of RGB (Red+Green+Blue) = 111+35+88=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2358 is #90DCA7. Grayscale: #3F3F3F. Windows color (decimal): -9493672 or 5776239. OLE color: 5776239.

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

Color convert

RGB1113588-
CMYK00.680.210.56
HSL318.16º52.05%28.63%-
HSV(B)318.16º68.47%43.53%-
XYZ8.925.299.78-
YUV63.77141.68161.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=47.44%
G=14.96%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111358800.680.210.56318.1652.0528.63
Hex6F2358044153813e341d
Octal15743130010425704766435
Binary11011111000111011000010001001010111100010011111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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