#682265

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

Shades of Palatinate Purple #682265

Tints of Palatinate Purple #682265

Color information

#682265 (or 0x682265) is unknown color: approx Palatinate Purple. HEX triplet: 68, 22 and 65. RGB value is (104,34,101). Sum of RGB (Red+Green+Blue) = 104+34+101=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682265 is #97DD9A. Grayscale: #3E3E3E. Windows color (decimal): -9952667 or 6627944. OLE color: 6627944.

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

Color convert

RGB10434101-
CMYK00.670.030.59
HSL302.57º50.72%27.06%-
HSV(B)302.57º67.31%40.78%-
XYZ8.635.0312.83-
YUV62.57149.69157.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=43.51%
G=14.23%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043410100.670.030.59302.5750.7227.06
Hex68226504333B12f331b
Octal1504214501033734576333
Binary11010001000101100101010000111111101110010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682265; }

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

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

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

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

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

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

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

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