Html Css Color HEX #681959 Palatinate Purple

📋 copy color: '#681959'

red 104 ◦ green 25 ◦ blue 89

#681959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #681959

Tints of Palatinate Purple #681959

RGB

 RED value IS 104 (41.02% from 255) = 47.71%

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 47.71%
G = 11.47%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#681959 (or 0x681959) is known color: Palatinate Purple. HEX triplet: 68, 19 and 59. RGB value is (104,25,89). Sum of RGB (Red+Green+Blue) = 104+25+89=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #681959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681959 is #97E6A6. Grayscale: #373737. Windows color (decimal): -9954983 or 5839208. OLE color: 5839208.

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

Color convert

RGB 104 25 89 -
CMYK 0 0.76 0.14 0.59
HSL 311.39º 0.61% 0.25% -
HSV(B) 311.39º 0.76% 0.41% -
XYZ 7.86 4.36 9.88 -
YUV 55.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 104 25 89 0 0.76 0.14 0.59 311.39 0.61 0.25
Hex 68 19 59 0 4C E 3B 137 3D 19
Octal 150 31 131 0 114 16 73 467 75 31
Binary 1101000 11001 1011001 0 1001100 1110 111011 100110111 111101 11001

Color Harmonies of #681959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681959

Black with #681959

Text Example


Text Example

White with #681959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681959; }

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

 H1.HeaderClassName
 {
   color: #681959;
 }
 .AnyTagClassName
 {
   color: #681959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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