#683262

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

Shades of Palatinate Purple #683262

Tints of Palatinate Purple #683262

Color information

#683262 (or 0x683262) is unknown color: approx Palatinate Purple. HEX triplet: 68, 32 and 62. RGB value is (104,50,98). Sum of RGB (Red+Green+Blue) = 104+50+98=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #683262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683262 is #97CD9D. Grayscale: #474747. Windows color (decimal): -9948574 or 6435432. OLE color: 6435432.

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

Color convert

RGB1045098-
CMYK00.520.060.59
HSL306.67º35.06%30.2%-
HSV(B)306.67º51.92%40.78%-
XYZ9.056.1112.26-
YUV71.62142.89151.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=41.27%
G=19.84%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104509800.520.060.59306.6735.0630.2
Hex68326203463B133231e
Octal150621420646734634336
Binary11010001100101100010011010011011101110011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683262; }

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

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

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

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

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

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

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

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