#682763

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

Shades of Palatinate Purple #682763

Tints of Palatinate Purple #682763

Color information

#682763 (or 0x682763) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 63. RGB value is (104,39,99). Sum of RGB (Red+Green+Blue) = 104+39+99=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682763 is #97D89C. Grayscale: #414141. Windows color (decimal): -9951389 or 6498152. OLE color: 6498152.

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

Color convert

RGB1043999-
CMYK00.620.050.59
HSL304.62º45.45%28.04%-
HSV(B)304.62º62.5%40.78%-
XYZ8.695.2912.37-
YUV65.27147.03155.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 39 (15.62% from 255) = 16.12%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=42.98%
G=16.12%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104399900.620.050.59304.6245.4528.04
Hex68276303E53B1312d1c
Octal150471430765734615534
Binary11010001001111100011011111010111101110011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682763; }

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

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

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

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

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

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

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

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