Html Css Color HEX #681E66 Palatinate Purple

📋 copy color: '#681E66'

red 104 ◦ green 30 ◦ blue 102

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

Shades of Palatinate Purple #681E66

Tints of Palatinate Purple #681E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.71%

 BLUE value IS 102 (40.23% from 255) = 43.22%

R = 44.07%
G = 12.71%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#681E66 (or 0x681E66) is known color: Palatinate Purple. HEX triplet: 68, 1E and 66. RGB value is (104,30,102). Sum of RGB (Red+Green+Blue) = 104+30+102=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #681E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E66 is #97E199. Grayscale: #3C3C3C. Windows color (decimal): -9953690 or 6692456. OLE color: 6692456.

HSL color Cylindrical-coordinate representation of color #681E66: hue angle of 301.62º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E66 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 30 102 -
CMYK 0 0.71 0.02 0.59
HSL 301.62º 0.55% 0.26% -
HSV(B) 301.62º 0.71% 0.41% -
XYZ 8.57 4.83 13.05 -
YUV 60.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 104 30 102 0 0.71 0.02 0.59 301.62 0.55 0.26
Hex 68 1E 66 0 47 2 3B 12E 37 1A
Octal 150 36 146 0 107 2 73 456 67 32
Binary 1101000 11110 1100110 0 1000111 10 111011 100101110 110111 11010

Color Harmonies of #681E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E66

Black with #681E66

Text Example


Text Example

White with #681E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681E66; }

 p { color: rgb(104,30,102); }

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

background-color css

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

 a { background-color: rgb(104,30,102); }

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

border-color css

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

 span { border-color: rgb(104,30,102); }

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