#683264

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

Shades of Palatinate Purple #683264

Tints of Palatinate Purple #683264

Color information

#683264 (or 0x683264) is unknown color: approx Palatinate Purple. HEX triplet: 68, 32 and 64. RGB value is (104,50,100). Sum of RGB (Red+Green+Blue) = 104+50+100=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #683264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683264 is #97CD9B. Grayscale: #474747. Windows color (decimal): -9948572 or 6566504. OLE color: 6566504.

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

Color convert

RGB10450100-
CMYK00.520.040.59
HSL304.44º35.06%30.2%-
HSV(B)304.44º51.92%40.78%-
XYZ9.156.1412.76-
YUV71.85143.89150.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 50 (19.92% from 255) = 19.69%
BLUE value IS 100 (39.45% from 255) = 39.37%
R=40.94%
G=19.69%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045010000.520.040.59304.4435.0630.2
Hex68326403443B130231e
Octal150621440644734604336
Binary11010001100101100100011010010011101110011000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683264; }

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

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

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

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

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

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

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

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