#682C54

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

Shades of Palatinate Purple #682C54

Tints of Palatinate Purple #682C54

Color information

#682C54 (or 0x682C54) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2C and 54. RGB value is (104,44,84). Sum of RGB (Red+Green+Blue) = 104+44+84=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #682C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C54 is #97D3AB. Grayscale: #424242. Windows color (decimal): -9950124 or 5516392. OLE color: 5516392.

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

Color convert

RGB1044484-
CMYK00.580.190.59
HSL320º40.54%29.02%-
HSV(B)320º57.69%40.78%-
XYZ8.215.388.99-
YUV66.5137.88154.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 84 (33.20% from 255) = 36.21%
R=44.83%
G=18.97%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104448400.580.190.5932040.5429.02
Hex682C5403A133B140291d
Octal1505412407223735005135
Binary1101000101100101010001110101001111101110100000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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