Html Css Color HEX #681A59 Palatinate Purple

📋 copy color: '#681A59'

red 104 ◦ green 26 ◦ blue 89

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

Shades of Palatinate Purple #681A59

Tints of Palatinate Purple #681A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

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

R = 47.49%
G = 11.87%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#681A59 (or 0x681A59) is known color: Palatinate Purple. HEX triplet: 68, 1A and 59. RGB value is (104,26,89). Sum of RGB (Red+Green+Blue) = 104+26+89=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A59 is #97E5A6. Grayscale: #383838. Windows color (decimal): -9954727 or 5839464. OLE color: 5839464.

HSL color Cylindrical-coordinate representation of color #681A59: hue angle of 311.54º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A59 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 89 -
CMYK 0 0.75 0.14 0.59
HSL 311.54º 0.6% 0.25% -
HSV(B) 311.54º 0.75% 0.41% -
XYZ 7.88 4.4 9.89 -
YUV 56.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 104 26 89 0 0.75 0.14 0.59 311.54 0.6 0.25
Hex 68 1A 59 0 4B E 3B 138 3C 19
Octal 150 32 131 0 113 16 73 470 74 31
Binary 1101000 11010 1011001 0 1001011 1110 111011 100111000 111100 11001

Color Harmonies of #681A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A59

Black with #681A59

Text Example


Text Example

White with #681A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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