Html Css Color HEX #680A57 Palatinate Purple

📋 copy color: '#680A57'

red 104 ◦ green 10 ◦ blue 87

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

Shades of Palatinate Purple #680A57

Tints of Palatinate Purple #680A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.28%

R = 51.74%
G = 4.98%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#680A57 (or 0x680A57) is known color: Palatinate Purple. HEX triplet: 68, 0A and 57. RGB value is (104,10,87). Sum of RGB (Red+Green+Blue) = 104+10+87=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #680A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A57 is #97F5A8. Grayscale: #2E2E2E. Windows color (decimal): -9958825 or 5704296. OLE color: 5704296.

HSL color Cylindrical-coordinate representation of color #680A57: hue angle of 310.85º 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 #680A57 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 87 -
CMYK 0 0.90 0.16 0.59
HSL 310.85º 0.82% 0.22% -
HSV(B) 310.85º 0.9% 0.41% -
XYZ 7.54 3.85 9.36 -
YUV 46.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 104 10 87 0 0.90 0.16 0.59 310.85 0.82 0.22
Hex 68 A 57 0 5A 10 3B 137 52 16
Octal 150 12 127 0 132 20 73 467 122 26
Binary 1101000 1010 1010111 0 1011010 10000 111011 100110111 1010010 10110

Color Harmonies of #680A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A57

Black with #680A57

Text Example


Text Example

White with #680A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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