#681955

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

Shades of Palatinate Purple #681955

Tints of Palatinate Purple #681955

Color information

#681955 (or 0x681955) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 55. RGB value is (104,25,85). Sum of RGB (Red+Green+Blue) = 104+25+85=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #681955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681955 is #97E6AA. Grayscale: #373737. Windows color (decimal): -9954987 or 5577064. OLE color: 5577064.

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

Color convert

RGB1042585-
CMYK00.760.180.59
HSL314.43º61.24%25.29%-
HSV(B)314.43º75.96%40.78%-
XYZ7.74.299.02-
YUV55.46144.67162.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=48.60%
G=11.68%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104258500.760.180.59314.4361.2425.29
Hex68195504C123B13a3d19
Octal15031125011422734727531
Binary1101000110011010101010011001001011101110011101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681955; }

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

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

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

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

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

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

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

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