Html Css Color HEX #684461 Palatinate Purple

📋 copy color: '#684461'

red 104 ◦ green 68 ◦ blue 97

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

Shades of Palatinate Purple #684461

Tints of Palatinate Purple #684461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 38.66%
G = 25.28%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#684461 (or 0x684461) is known color: Palatinate Purple. HEX triplet: 68, 44 and 61. RGB value is (104,68,97). Sum of RGB (Red+Green+Blue) = 104+68+97=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #684461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684461 is #97BB9E. Grayscale: #515151. Windows color (decimal): -9943967 or 6374504. OLE color: 6374504.

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

Color convert

RGB 104 68 97 -
CMYK 0 0.35 0.07 0.59
HSL 311.67º 0.21% 0.34% -
HSV(B) 311.67º 0.35% 0.41% -
XYZ 9.93 7.94 12.32 -
YUV 82.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 104 68 97 0 0.35 0.07 0.59 311.67 0.21 0.34
Hex 68 44 61 0 23 7 3B 138 15 22
Octal 150 104 141 0 43 7 73 470 25 42
Binary 1101000 1000100 1100001 0 100011 111 111011 100111000 10101 100010

Color Harmonies of #684461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684461

Black with #684461

Text Example


Text Example

White with #684461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684461; }

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

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

background-color css

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

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

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

border-color css

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

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

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