#682C65

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

Shades of Palatinate Purple #682C65

Tints of Palatinate Purple #682C65

Color information

#682C65 (or 0x682C65) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2C and 65. RGB value is (104,44,101). Sum of RGB (Red+Green+Blue) = 104+44+101=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #682C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C65 is #97D39A. Grayscale: #444444. Windows color (decimal): -9950107 or 6630504. OLE color: 6630504.

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

Color convert

RGB10444101-
CMYK00.580.030.59
HSL303º40.54%29.02%-
HSV(B)303º57.69%40.78%-
XYZ8.965.6812.94-
YUV68.44146.38153.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=41.77%
G=17.67%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1044410100.580.030.5930340.5429.02
Hex682C6503A33B12f291d
Octal150541450723734575135
Binary1101000101100110010101110101111101110010111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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