#682363

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

Shades of Palatinate Purple #682363

Tints of Palatinate Purple #682363

Color information

#682363 (or 0x682363) is unknown color: approx Palatinate Purple. HEX triplet: 68, 23 and 63. RGB value is (104,35,99). Sum of RGB (Red+Green+Blue) = 104+35+99=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682363 is #97DC9C. Grayscale: #3E3E3E. Windows color (decimal): -9952413 or 6497128. OLE color: 6497128.

HSL color Cylindrical-coordinate representation of color #682363: hue angle of 304.35º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682363 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1043599-
CMYK00.660.050.59
HSL304.35º49.64%27.25%-
HSV(B)304.35º66.35%40.78%-
XYZ8.565.0512.33-
YUV62.93148.36157.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=43.70%
G=14.71%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104359900.660.050.59304.3549.6427.25
Hex68236304253B130321b
Octal1504314301025734606233
Binary110100010001111000110100001010111101110011000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682363; }

 p { color: rgb(104,35,99); }

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

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

 a { background-color: rgb(104,35,99); }

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

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

 span { border-color: rgb(104,35,99); }

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