#682D65

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

Shades of Palatinate Purple #682D65

Tints of Palatinate Purple #682D65

Color information

#682D65 (or 0x682D65) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2D and 65. RGB value is (104,45,101). Sum of RGB (Red+Green+Blue) = 104+45+101=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #682D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D65 is #97D29A. Grayscale: #444444. Windows color (decimal): -9949851 or 6630760. OLE color: 6630760.

HSL color Cylindrical-coordinate representation of color #682D65: hue angle of 303.05º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D65 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10445101-
CMYK00.570.030.59
HSL303.05º39.6%29.22%-
HSV(B)303.05º56.73%40.78%-
XYZ95.7612.95-
YUV69.02146.05152.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=41.6%
G=18%
B=40.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1044510100.570.030.59303.0539.629.22
Hex682D6503933B12f281d
Octal150551450713734575035
Binary1101000101101110010101110011111101110010111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682D65; }

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

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

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

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

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

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

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

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