Html Css Color HEX #680E5E Palatinate Purple

📋 copy color: '#680E5E'

red 104 ◦ green 14 ◦ blue 94

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

Shades of Palatinate Purple #680E5E

Tints of Palatinate Purple #680E5E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.6%

 BLUE value IS 94 (37.11% from 255) = 44.34%

R = 49.06%
G = 6.6%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#680E5E (or 0x680E5E) is known color: Palatinate Purple. HEX triplet: 68, 0E and 5E. RGB value is (104,14,94). Sum of RGB (Red+Green+Blue) = 104+14+94=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #680E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E5E is #97F1A1. Grayscale: #313131. Windows color (decimal): -9957794 or 6164072. OLE color: 6164072.

HSL color Cylindrical-coordinate representation of color #680E5E: hue angle of 306.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E5E is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 14 94 -
CMYK 0 0.87 0.10 0.59
HSL 306.67º 0.76% 0.23% -
HSV(B) 306.67º 0.87% 0.41% -
XYZ 7.89 4.07 10.96 -
YUV 50.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 104 14 94 0 0.87 0.10 0.59 306.67 0.76 0.23
Hex 68 E 5E 0 57 A 3B 133 4C 17
Octal 150 16 136 0 127 12 73 463 114 27
Binary 1101000 1110 1011110 0 1010111 1010 111011 100110011 1001100 10111

Color Harmonies of #680E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E5E

Black with #680E5E

Text Example


Text Example

White with #680E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,14,94); }

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

background-color css

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

 a { background-color: rgb(104,14,94); }

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

border-color css

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

 span { border-color: rgb(104,14,94); }

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