#682B54

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

Shades of Palatinate Purple #682B54

Tints of Palatinate Purple #682B54

Color information

#682B54 (or 0x682B54) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2B and 54. RGB value is (104,43,84). Sum of RGB (Red+Green+Blue) = 104+43+84=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #682B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B54 is #97D4AB. Grayscale: #414141. Windows color (decimal): -9950380 or 5516136. OLE color: 5516136.

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

Color convert

RGB1044384-
CMYK00.590.190.59
HSL319.67º41.5%28.82%-
HSV(B)319.67º58.65%40.78%-
XYZ8.175.318.98-
YUV65.91138.21155.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=45.02%
G=18.61%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104438400.590.190.59319.6741.528.82
Hex682B5403B133B140291d
Octal1505312407323735005135
Binary1101000101011101010001110111001111101110100000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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