#683460

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

Shades of Palatinate Purple #683460

Tints of Palatinate Purple #683460

Color information

#683460 (or 0x683460) is unknown color: approx Palatinate Purple. HEX triplet: 68, 34 and 60. RGB value is (104,52,96). Sum of RGB (Red+Green+Blue) = 104+52+96=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #683460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683460 is #97CB9F. Grayscale: #484848. Windows color (decimal): -9948064 or 6304872. OLE color: 6304872.

HSL color Cylindrical-coordinate representation of color #683460: hue angle of 309.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683460 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1045296-
CMYK00.500.080.59
HSL309.23º33.33%30.59%-
HSV(B)309.23º50%40.78%-
XYZ9.056.2411.79-
YUV72.56141.23150.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=41.27%
G=20.63%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104529600.500.080.59309.2333.3330.59
Hex68346003283B135211f
Octal1506414006210734654137
Binary110100011010011000000110010100011101110011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683460; }

 p { color: rgb(104,52,96); }

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

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

 a { background-color: rgb(104,52,96); }

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

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

 span { border-color: rgb(104,52,96); }

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