#682665

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

Shades of Palatinate Purple #682665

Tints of Palatinate Purple #682665

Color information

#682665 (or 0x682665) is unknown color: approx Palatinate Purple. HEX triplet: 68, 26 and 65. RGB value is (104,38,101). Sum of RGB (Red+Green+Blue) = 104+38+101=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682665 is #97D99A. Grayscale: #404040. Windows color (decimal): -9951643 or 6628968. OLE color: 6628968.

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

Color convert

RGB10438101-
CMYK00.630.030.59
HSL302.73º46.48%27.84%-
HSV(B)302.73º63.46%40.78%-
XYZ8.755.2712.87-
YUV64.92148.37155.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=42.80%
G=15.64%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043810100.630.030.59302.7346.4827.84
Hex68266503F33B12f2e1c
Octal150461450773734575634
Binary1101000100110110010101111111111101110010111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682665; }

 p { color: rgb(104,38,101); }

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

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

 a { background-color: rgb(104,38,101); }

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

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

 span { border-color: rgb(104,38,101); }

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