#693158

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

Shades of Palatinate Purple #693158

Tints of Palatinate Purple #693158

Color information

#693158 (or 0x693158) is unknown color: approx Palatinate Purple. HEX triplet: 69, 31 and 58. RGB value is (105,49,88). Sum of RGB (Red+Green+Blue) = 105+49+88=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693158 is #96CEA7. Grayscale: #464646. Windows color (decimal): -9883304 or 5779817. OLE color: 5779817.

HSL color Cylindrical-coordinate representation of color #693158: hue angle of 318.21º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693158 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1054988-
CMYK00.530.160.59
HSL318.21º36.36%30.2%-
HSV(B)318.21º53.33%41.18%-
XYZ8.695.99.91-
YUV70.19138.05152.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=43.39%
G=20.25%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105498800.530.160.59318.2136.3630.2
Hex693158035103B13e241e
Octal1516113006520734764436
Binary1101001110001101100001101011000011101110011111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693158; }

 p { color: rgb(105,49,88); }

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

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

 a { background-color: rgb(105,49,88); }

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

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

 span { border-color: rgb(105,49,88); }

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