#682554

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

Shades of Palatinate Purple #682554

Tints of Palatinate Purple #682554

Color information

#682554 (or 0x682554) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 54. RGB value is (104,37,84). Sum of RGB (Red+Green+Blue) = 104+37+84=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682554 is #97DAAB. Grayscale: #3E3E3E. Windows color (decimal): -9951916 or 5514600. OLE color: 5514600.

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

Color convert

RGB1043784-
CMYK00.640.190.59
HSL317.91º47.52%27.65%-
HSV(B)317.91º64.42%40.78%-
XYZ7.974.918.91-
YUV62.39140.2157.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=46.22%
G=16.44%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104378400.640.190.59317.9147.5227.65
Hex682554040133B13e301c
Octal15045124010023734766034
Binary11010001001011010100010000001001111101110011111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682554; }

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

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

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

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

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

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

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

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