#682463

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

Shades of Palatinate Purple #682463

Tints of Palatinate Purple #682463

Color information

#682463 (or 0x682463) is unknown color: approx Palatinate Purple. HEX triplet: 68, 24 and 63. RGB value is (104,36,99). Sum of RGB (Red+Green+Blue) = 104+36+99=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682463 is #97DB9C. Grayscale: #3F3F3F. Windows color (decimal): -9952157 or 6497384. OLE color: 6497384.

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

Color convert

RGB1043699-
CMYK00.650.050.59
HSL304.41º48.57%27.45%-
HSV(B)304.41º65.38%40.78%-
XYZ8.595.1112.34-
YUV63.51148.03156.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=43.51%
G=15.06%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104369900.650.050.59304.4148.5727.45
Hex68246304153B130311b
Octal1504414301015734606133
Binary110100010010011000110100000110111101110011000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682463; }

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

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

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

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

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

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

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

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