#682E55

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

Shades of Palatinate Purple #682E55

Tints of Palatinate Purple #682E55

Color information

#682E55 (or 0x682E55) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2E and 55. RGB value is (104,46,85). Sum of RGB (Red+Green+Blue) = 104+46+85=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E55 is #97D1AA. Grayscale: #434343. Windows color (decimal): -9949611 or 5582440. OLE color: 5582440.

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

Color convert

RGB1044685-
CMYK00.560.180.59
HSL319.66º38.67%29.41%-
HSV(B)319.66º55.77%40.78%-
XYZ8.335.559.23-
YUV67.79137.72153.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=44.26%
G=19.57%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104468500.560.180.59319.6638.6729.41
Hex682E55038123B140271d
Octal1505612507022735004735
Binary1101000101110101010101110001001011101110100000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,46,85); }

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

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

 a { background-color: rgb(104,46,85); }

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

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

 span { border-color: rgb(104,46,85); }

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