#693364

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

Shades of Palatinate Purple #693364

Tints of Palatinate Purple #693364

Color information

#693364 (or 0x693364) is unknown color: approx Palatinate Purple. HEX triplet: 69, 33 and 64. RGB value is (105,51,100). Sum of RGB (Red+Green+Blue) = 105+51+100=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693364 is #96CC9B. Grayscale: #484848. Windows color (decimal): -9882780 or 6566761. OLE color: 6566761.

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

Color convert

RGB10551100-
CMYK00.510.050.59
HSL305.56º34.62%30.59%-
HSV(B)305.56º51.43%41.18%-
XYZ9.316.2912.78-
YUV72.73143.39151.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=41.02%
G=19.92%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1055110000.510.050.59305.5634.6230.59
Hex69336403353B132231f
Octal151631440635734624337
Binary11010011100111100100011001110111101110011001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693364; }

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

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

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

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

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

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

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

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