Html Css Color HEX #684561 Palatinate Purple

📋 copy color: '#684561'

red 104 ◦ green 69 ◦ blue 97

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

Shades of Palatinate Purple #684561

Tints of Palatinate Purple #684561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 38.52%
G = 25.56%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#684561 (or 0x684561) is known color: Palatinate Purple. HEX triplet: 68, 45 and 61. RGB value is (104,69,97). Sum of RGB (Red+Green+Blue) = 104+69+97=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #684561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684561 is #97BA9E. Grayscale: #525252. Windows color (decimal): -9943711 or 6374760. OLE color: 6374760.

HSL color Cylindrical-coordinate representation of color #684561: hue angle of 312º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #684561 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 69 97 -
CMYK 0 0.34 0.07 0.59
HSL 312º 0.2% 0.34% -
HSV(B) 312º 0.34% 0.41% -
XYZ 9.99 8.06 12.34 -
YUV 82.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 104 69 97 0 0.34 0.07 0.59 312 0.2 0.34
Hex 68 45 61 0 22 7 3B 138 14 22
Octal 150 105 141 0 42 7 73 470 24 42
Binary 1101000 1000101 1100001 0 100010 111 111011 100111000 10100 100010

Color Harmonies of #684561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684561

Black with #684561

Text Example


Text Example

White with #684561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684561; }

 p { color: rgb(104,69,97); }

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

background-color css

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

 a { background-color: rgb(104,69,97); }

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

border-color css

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

 span { border-color: rgb(104,69,97); }

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