#682154

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

Shades of Palatinate Purple #682154

Tints of Palatinate Purple #682154

Color information

#682154 (or 0x682154) is unknown color: approx Palatinate Purple. HEX triplet: 68, 21 and 54. RGB value is (104,33,84). Sum of RGB (Red+Green+Blue) = 104+33+84=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #682154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682154 is #97DEAB. Grayscale: #3B3B3B. Windows color (decimal): -9952940 or 5513576. OLE color: 5513576.

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

Color convert

RGB1043384-
CMYK00.680.190.59
HSL316.9º51.82%26.86%-
HSV(B)316.9º68.27%40.78%-
XYZ7.854.678.88-
YUV60.04141.52159.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=47.06%
G=14.93%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104338400.680.190.59316.951.8226.86
Hex682154044133B13d341b
Octal15041124010423734756433
Binary11010001000011010100010001001001111101110011110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682154; }

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

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

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

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

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

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

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

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