#681953

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

Shades of Palatinate Purple #681953

Tints of Palatinate Purple #681953

Color information

#681953 (or 0x681953) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 53. RGB value is (104,25,83). Sum of RGB (Red+Green+Blue) = 104+25+83=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #681953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681953 is #97E6AC. Grayscale: #373737. Windows color (decimal): -9954989 or 5445992. OLE color: 5445992.

HSL color Cylindrical-coordinate representation of color #681953: hue angle of 315.95º 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 #681953 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1042583-
CMYK00.760.200.59
HSL315.95º61.24%25.29%-
HSV(B)315.95º75.96%40.78%-
XYZ7.624.268.6-
YUV55.23143.67162.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=49.06%
G=11.79%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104258300.760.200.59315.9561.2425.29
Hex68195304C143B13c3d19
Octal15031123011424734747531
Binary1101000110011010011010011001010011101110011110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681953; }

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

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

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

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

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

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

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

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