#683358

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

Shades of Palatinate Purple #683358

Tints of Palatinate Purple #683358

Color information

#683358 (or 0x683358) is unknown color: approx Palatinate Purple. HEX triplet: 68, 33 and 58. RGB value is (104,51,88). Sum of RGB (Red+Green+Blue) = 104+51+88=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #683358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683358 is #97CCA7. Grayscale: #464646. Windows color (decimal): -9948328 or 5780328. OLE color: 5780328.

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

Color convert

RGB1045188-
CMYK00.510.150.59
HSL318.11º34.19%30.39%-
HSV(B)318.11º50.96%40.78%-
XYZ8.656.029.94-
YUV71.06137.56151.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 88 (34.77% from 255) = 36.21%
R=42.80%
G=20.99%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104518800.510.150.59318.1134.1930.39
Hex683358033F3B13e221e
Octal1506313006317734764236
Binary110100011001110110000110011111111101110011111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683358; }

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

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

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

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

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

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

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

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