#682E5F

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

Shades of Palatinate Purple #682E5F

Tints of Palatinate Purple #682E5F

Color information

#682E5F (or 0x682E5F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2E and 5F. RGB value is (104,46,95). Sum of RGB (Red+Green+Blue) = 104+46+95=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #682E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E5F is #97D1A0. Grayscale: #444444. Windows color (decimal): -9949601 or 6237800. OLE color: 6237800.

HSL color Cylindrical-coordinate representation of color #682E5F: hue angle of 309.31º 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 #682E5F is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1044695-
CMYK00.560.090.59
HSL309.31º38.67%29.41%-
HSV(B)309.31º55.77%40.78%-
XYZ8.755.7211.47-
YUV68.93142.72153.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=42.45%
G=18.78%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104469500.560.090.59309.3138.6729.41
Hex682E5F03893B135271d
Octal1505613707011734654735
Binary110100010111010111110111000100111101110011010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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