#681865

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

Shades of Palatinate Purple #681865

Tints of Palatinate Purple #681865

Color information

#681865 (or 0x681865) is unknown color: approx Palatinate Purple. HEX triplet: 68, 18 and 65. RGB value is (104,24,101). Sum of RGB (Red+Green+Blue) = 104+24+101=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #681865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681865 is #97E79A. Grayscale: #383838. Windows color (decimal): -9955227 or 6625384. OLE color: 6625384.

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

Color convert

RGB10424101-
CMYK00.770.030.59
HSL302.25º62.5%25.1%-
HSV(B)302.25º76.92%40.78%-
XYZ8.384.5412.75-
YUV56.7153161.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=45.41%
G=10.48%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042410100.770.030.59302.2562.525.1
Hex68186504D33B12e3e19
Octal1503014501153734567631
Binary1101000110001100101010011011111101110010111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681865; }

 p { color: rgb(104,24,101); }

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

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

 a { background-color: rgb(104,24,101); }

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

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

 span { border-color: rgb(104,24,101); }

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