#693356

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

Shades of Palatinate Purple #693356

Tints of Palatinate Purple #693356

Color information

#693356 (or 0x693356) is unknown color: approx Palatinate Purple. HEX triplet: 69, 33 and 56. RGB value is (105,51,86). Sum of RGB (Red+Green+Blue) = 105+51+86=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693356 is #96CCA9. Grayscale: #474747. Windows color (decimal): -9882794 or 5649257. OLE color: 5649257.

HSL color Cylindrical-coordinate representation of color #693356: hue angle of 321.11º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #693356 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1055186-
CMYK00.510.180.59
HSL321.11º34.62%30.59%-
HSV(B)321.11º51.43%41.18%-
XYZ8.696.049.51-
YUV71.14136.39152.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=43.39%
G=21.07%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105518600.510.180.59321.1134.6230.59
Hex693356033123B141231f
Octal1516312606322735014337
Binary1101001110011101011001100111001011101110100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693356; }

 p { color: rgb(105,51,86); }

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

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

 a { background-color: rgb(105,51,86); }

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

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

 span { border-color: rgb(105,51,86); }

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