#682055

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

Shades of Palatinate Purple #682055

Tints of Palatinate Purple #682055

Color information

#682055 (or 0x682055) is unknown color: approx Palatinate Purple. HEX triplet: 68, 20 and 55. RGB value is (104,32,85). Sum of RGB (Red+Green+Blue) = 104+32+85=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #682055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682055 is #97DFAA. Grayscale: #3B3B3B. Windows color (decimal): -9953195 or 5578856. OLE color: 5578856.

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

Color convert

RGB1043285-
CMYK00.690.180.59
HSL315.83º52.94%26.67%-
HSV(B)315.83º69.23%40.78%-
XYZ7.874.639.07-
YUV59.57142.35159.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=47.06%
G=14.48%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104328500.690.180.59315.8352.9426.67
Hex682055045123B13c351b
Octal15040125010522734746533
Binary11010001000001010101010001011001011101110011110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682055; }

 p { color: rgb(104,32,85); }

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

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

 a { background-color: rgb(104,32,85); }

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

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

 span { border-color: rgb(104,32,85); }

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