Html Css Color HEX #680A59 Palatinate Purple

📋 copy color: '#680A59'

red 104 ◦ green 10 ◦ blue 89

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

Shades of Palatinate Purple #680A59

Tints of Palatinate Purple #680A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

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

R = 51.23%
G = 4.93%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#680A59 (or 0x680A59) is known color: Palatinate Purple. HEX triplet: 68, 0A and 59. RGB value is (104,10,89). Sum of RGB (Red+Green+Blue) = 104+10+89=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #680A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A59 is #97F5A6. Grayscale: #2E2E2E. Windows color (decimal): -9958823 or 5835368. OLE color: 5835368.

HSL color Cylindrical-coordinate representation of color #680A59: hue angle of 309.57º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A59 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 89 -
CMYK 0 0.90 0.14 0.59
HSL 309.57º 0.82% 0.22% -
HSV(B) 309.57º 0.9% 0.41% -
XYZ 7.62 3.88 9.8 -
YUV 47.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 104 10 89 0 0.90 0.14 0.59 309.57 0.82 0.22
Hex 68 A 59 0 5A E 3B 136 52 16
Octal 150 12 131 0 132 16 73 466 122 26
Binary 1101000 1010 1011001 0 1011010 1110 111011 100110110 1010010 10110

Color Harmonies of #680A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A59

Black with #680A59

Text Example


Text Example

White with #680A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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