Html Css Color HEX #681259 Palatinate Purple

📋 copy color: '#681259'

red 104 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #681259

Tints of Palatinate Purple #681259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

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

R = 49.29%
G = 8.53%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#681259 (or 0x681259) is known color: Palatinate Purple. HEX triplet: 68, 12 and 59. RGB value is (104,18,89). Sum of RGB (Red+Green+Blue) = 104+18+89=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #681259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681259 is #97EDA6. Grayscale: #333333. Windows color (decimal): -9956775 or 5837416. OLE color: 5837416.

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

Color convert

RGB 104 18 89 -
CMYK 0 0.83 0.14 0.59
HSL 310.47º 0.7% 0.24% -
HSV(B) 310.47º 0.83% 0.41% -
XYZ 7.73 4.1 9.83 -
YUV 51.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 104 18 89 0 0.83 0.14 0.59 310.47 0.7 0.24
Hex 68 12 59 0 53 E 3B 136 46 18
Octal 150 22 131 0 123 16 73 466 106 30
Binary 1101000 10010 1011001 0 1010011 1110 111011 100110110 1000110 11000

Color Harmonies of #681259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681259

Black with #681259

Text Example


Text Example

White with #681259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681259; }

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

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

background-color css

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

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

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

border-color css

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

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

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