#693365

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

Shades of Palatinate Purple #693365

Tints of Palatinate Purple #693365

Color information

#693365 (or 0x693365) is unknown color: approx Palatinate Purple. HEX triplet: 69, 33 and 65. RGB value is (105,51,101). Sum of RGB (Red+Green+Blue) = 105+51+101=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #693365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693365 is #96CC9A. Grayscale: #484848. Windows color (decimal): -9882779 or 6632297. OLE color: 6632297.

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

Color convert

RGB10551101-
CMYK00.510.040.59
HSL304.44º34.62%30.59%-
HSV(B)304.44º51.43%41.18%-
XYZ9.366.3113.04-
YUV72.85143.89150.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=40.86%
G=19.84%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1055110100.510.040.59304.4434.6230.59
Hex69336503343B130231f
Octal151631450634734604337
Binary11010011100111100101011001110011101110011000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693365; }

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

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

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

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

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

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

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

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