#682C5F

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

Shades of Palatinate Purple #682C5F

Tints of Palatinate Purple #682C5F

Color information

#682C5F (or 0x682C5F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2C and 5F. RGB value is (104,44,95). Sum of RGB (Red+Green+Blue) = 104+44+95=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C5F is #97D3A0. Grayscale: #434343. Windows color (decimal): -9950113 or 6237288. OLE color: 6237288.

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

Color convert

RGB1044495-
CMYK00.580.090.59
HSL309º40.54%29.02%-
HSV(B)309º57.69%40.78%-
XYZ8.685.5711.44-
YUV67.75143.38153.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 44 (17.58% from 255) = 18.11%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=42.80%
G=18.11%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104449500.580.090.5930940.5429.02
Hex682C5F03A93B135291d
Octal1505413707211734655135
Binary110100010110010111110111010100111101110011010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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