#693362

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

Shades of Palatinate Purple #693362

Tints of Palatinate Purple #693362

Color information

#693362 (or 0x693362) is unknown color: approx Palatinate Purple. HEX triplet: 69, 33 and 62. RGB value is (105,51,98). Sum of RGB (Red+Green+Blue) = 105+51+98=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #693362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693362 is #96CC9D. Grayscale: #484848. Windows color (decimal): -9882782 or 6435689. OLE color: 6435689.

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

Color convert

RGB1055198-
CMYK00.510.070.59
HSL307.78º34.62%30.59%-
HSV(B)307.78º51.43%41.18%-
XYZ9.216.2512.28-
YUV72.5142.39151.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=41.34%
G=20.08%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105519800.510.070.59307.7834.6230.59
Hex69336203373B134231f
Octal151631420637734644337
Binary11010011100111100010011001111111101110011010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693362; }

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

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

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

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

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

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

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

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