Html Css Color HEX #681159 Palatinate Purple

📋 copy color: '#681159'

red 104 ◦ green 17 ◦ blue 89

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

Shades of Palatinate Purple #681159

Tints of Palatinate Purple #681159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

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

R = 49.52%
G = 8.1%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#681159 (or 0x681159) is known color: Palatinate Purple. HEX triplet: 68, 11 and 59. RGB value is (104,17,89). Sum of RGB (Red+Green+Blue) = 104+17+89=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #681159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681159 is #97EEA6. Grayscale: #333333. Windows color (decimal): -9957031 or 5837160. OLE color: 5837160.

HSL color Cylindrical-coordinate representation of color #681159: hue angle of 310.34º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681159 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 89 -
CMYK 0 0.84 0.14 0.59
HSL 310.34º 0.72% 0.24% -
HSV(B) 310.34º 0.84% 0.41% -
XYZ 7.71 4.07 9.83 -
YUV 51.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 104 17 89 0 0.84 0.14 0.59 310.34 0.72 0.24
Hex 68 11 59 0 54 E 3B 136 48 18
Octal 150 21 131 0 124 16 73 466 110 30
Binary 1101000 10001 1011001 0 1010100 1110 111011 100110110 1001000 11000

Color Harmonies of #681159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681159

Black with #681159

Text Example


Text Example

White with #681159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681159; }

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

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

background-color css

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

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

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

border-color css

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

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

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