Html Css Color HEX #681A55 Palatinate Purple

📋 copy color: '#681A55'

red 104 ◦ green 26 ◦ blue 85

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

Shades of Palatinate Purple #681A55

Tints of Palatinate Purple #681A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 48.37%
G = 12.09%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#681A55 (or 0x681A55) is known color: Palatinate Purple. HEX triplet: 68, 1A and 55. RGB value is (104,26,85). Sum of RGB (Red+Green+Blue) = 104+26+85=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #681A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A55 is #97E5AA. Grayscale: #373737. Windows color (decimal): -9954731 or 5577320. OLE color: 5577320.

HSL color Cylindrical-coordinate representation of color #681A55: hue angle of 314.62º 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 #681A55 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 85 -
CMYK 0 0.75 0.18 0.59
HSL 314.62º 0.6% 0.25% -
HSV(B) 314.62º 0.75% 0.41% -
XYZ 7.72 4.34 9.02 -
YUV 56.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 104 26 85 0 0.75 0.18 0.59 314.62 0.6 0.25
Hex 68 1A 55 0 4B 12 3B 13B 3C 19
Octal 150 32 125 0 113 22 73 473 74 31
Binary 1101000 11010 1010101 0 1001011 10010 111011 100111011 111100 11001

Color Harmonies of #681A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A55

Black with #681A55

Text Example


Text Example

White with #681A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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