#683464

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

Shades of Palatinate Purple #683464

Tints of Palatinate Purple #683464

Color information

#683464 (or 0x683464) is unknown color: approx Palatinate Purple. HEX triplet: 68, 34 and 64. RGB value is (104,52,100). Sum of RGB (Red+Green+Blue) = 104+52+100=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #683464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683464 is #97CB9B. Grayscale: #484848. Windows color (decimal): -9948060 or 6567016. OLE color: 6567016.

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

Color convert

RGB10452100-
CMYK00.500.040.59
HSL304.62º33.33%30.59%-
HSV(B)304.62º50%40.78%-
XYZ9.246.3212.79-
YUV73.02143.23150.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=40.62%
G=20.31%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045210000.500.040.59304.6233.3330.59
Hex68346403243B131211f
Octal150641440624734614137
Binary11010001101001100100011001010011101110011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683464; }

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

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

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

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

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

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

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

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