#683362

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

Shades of Palatinate Purple #683362

Tints of Palatinate Purple #683362

Color information

#683362 (or 0x683362) is unknown color: approx Palatinate Purple. HEX triplet: 68, 33 and 62. RGB value is (104,51,98). Sum of RGB (Red+Green+Blue) = 104+51+98=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #683362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683362 is #97CC9D. Grayscale: #484848. Windows color (decimal): -9948318 or 6435688. OLE color: 6435688.

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

Color convert

RGB1045198-
CMYK00.510.060.59
HSL306.79º34.19%30.39%-
HSV(B)306.79º50.96%40.78%-
XYZ9.16.1912.27-
YUV72.2142.56150.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=41.11%
G=20.16%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104519800.510.060.59306.7934.1930.39
Hex68336203363B133221e
Octal150631420636734634236
Binary11010001100111100010011001111011101110011001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683362; }

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

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

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

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

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

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

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

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