#693155

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

Shades of Palatinate Purple #693155

Tints of Palatinate Purple #693155

Color information

#693155 (or 0x693155) is unknown color: approx Palatinate Purple. HEX triplet: 69, 31 and 55. RGB value is (105,49,85). Sum of RGB (Red+Green+Blue) = 105+49+85=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #693155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693155 is #96CEAA. Grayscale: #454545. Windows color (decimal): -9883307 or 5583209. OLE color: 5583209.

HSL color Cylindrical-coordinate representation of color #693155: hue angle of 321.43º 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 #693155 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1054985-
CMYK00.530.190.59
HSL321.43º36.36%30.2%-
HSV(B)321.43º53.33%41.18%-
XYZ8.565.869.27-
YUV69.85136.55153.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=43.93%
G=20.50%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105498500.530.190.59321.4336.3630.2
Hex693155035133B141241e
Octal1516112506523735014436
Binary1101001110001101010101101011001111101110100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693155; }

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

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

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

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

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

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

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

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