Html Css Color HEX #681559 Palatinate Purple

📋 copy color: '#681559'

red 104 ◦ green 21 ◦ blue 89

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

Shades of Palatinate Purple #681559

Tints of Palatinate Purple #681559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 48.6%
G = 9.81%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#681559 (or 0x681559) is known color: Palatinate Purple. HEX triplet: 68, 15 and 59. RGB value is (104,21,89). Sum of RGB (Red+Green+Blue) = 104+21+89=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #681559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681559 is #97EAA6. Grayscale: #353535. Windows color (decimal): -9956007 or 5838184. OLE color: 5838184.

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

Color convert

RGB 104 21 89 -
CMYK 0 0.80 0.14 0.59
HSL 310.84º 0.66% 0.25% -
HSV(B) 310.84º 0.8% 0.41% -
XYZ 7.78 4.2 9.85 -
YUV 53.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 104 21 89 0 0.80 0.14 0.59 310.84 0.66 0.25
Hex 68 15 59 0 50 E 3B 137 42 19
Octal 150 25 131 0 120 16 73 467 102 31
Binary 1101000 10101 1011001 0 1010000 1110 111011 100110111 1000010 11001

Color Harmonies of #681559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681559

Black with #681559

Text Example


Text Example

White with #681559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681559; }

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

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

background-color css

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

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

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

border-color css

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

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

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