#682954

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

Shades of Palatinate Purple #682954

Tints of Palatinate Purple #682954

Color information

#682954 (or 0x682954) is unknown color: approx Palatinate Purple. HEX triplet: 68, 29 and 54. RGB value is (104,41,84). Sum of RGB (Red+Green+Blue) = 104+41+84=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #682954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682954 is #97D6AB. Grayscale: #404040. Windows color (decimal): -9950892 or 5515624. OLE color: 5515624.

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

Color convert

RGB1044184-
CMYK00.610.190.59
HSL319.05º43.45%28.43%-
HSV(B)319.05º60.58%40.78%-
XYZ8.15.178.96-
YUV64.74138.87156-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=45.41%
G=17.90%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104418400.610.190.59319.0543.4528.43
Hex68295403D133B13f2b1c
Octal1505112407523734775334
Binary1101000101001101010001111011001111101110011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682954; }

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

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

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

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

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

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

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

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