Html Css Color HEX #681164 Palatinate Purple

📋 copy color: '#681164'

red 104 ◦ green 17 ◦ blue 100

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

Shades of Palatinate Purple #681164

Tints of Palatinate Purple #681164

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

 BLUE value IS 100 (39.45% from 255) = 45.25%

R = 47.06%
G = 7.69%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#681164 (or 0x681164) is known color: Palatinate Purple. HEX triplet: 68, 11 and 64. RGB value is (104,17,100). Sum of RGB (Red+Green+Blue) = 104+17+100=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #681164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681164 is #97EE9B. Grayscale: #343434. Windows color (decimal): -9957020 or 6558056. OLE color: 6558056.

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

Color convert

RGB 104 17 100 -
CMYK 0 0.84 0.04 0.59
HSL 302.76º 0.72% 0.24% -
HSV(B) 302.76º 0.84% 0.41% -
XYZ 8.21 4.26 12.45 -
YUV 52.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 104 17 100 0 0.84 0.04 0.59 302.76 0.72 0.24
Hex 68 11 64 0 54 4 3B 12F 48 18
Octal 150 21 144 0 124 4 73 457 110 30
Binary 1101000 10001 1100100 0 1010100 100 111011 100101111 1001000 11000

Color Harmonies of #681164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681164

Black with #681164

Text Example


Text Example

White with #681164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681164; }

 p { color: rgb(104,17,100); }

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

background-color css

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

 a { background-color: rgb(104,17,100); }

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

border-color css

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

 span { border-color: rgb(104,17,100); }

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