Html Css Color HEX #684160 Palatinate Purple

📋 copy color: '#684160'

red 104 ◦ green 65 ◦ blue 96

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

Shades of Palatinate Purple #684160

Tints of Palatinate Purple #684160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 39.25%
G = 24.53%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#684160 (or 0x684160) is known color: Palatinate Purple. HEX triplet: 68, 41 and 60. RGB value is (104,65,96). Sum of RGB (Red+Green+Blue) = 104+65+96=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #684160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684160 is #97BE9F. Grayscale: #505050. Windows color (decimal): -9944736 or 6308200. OLE color: 6308200.

HSL color Cylindrical-coordinate representation of color #684160: hue angle of 312.31º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684160 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 65 96 -
CMYK 0 0.38 0.08 0.59
HSL 312.31º 0.23% 0.33% -
HSV(B) 312.31º 0.38% 0.41% -
XYZ 9.71 7.57 12.02 -
YUV 80.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 104 65 96 0 0.38 0.08 0.59 312.31 0.23 0.33
Hex 68 41 60 0 26 8 3B 138 17 21
Octal 150 101 140 0 46 10 73 470 27 41
Binary 1101000 1000001 1100000 0 100110 1000 111011 100111000 10111 100001

Color Harmonies of #684160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684160

Black with #684160

Text Example


Text Example

White with #684160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684160; }

 p { color: rgb(104,65,96); }

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

background-color css

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

 a { background-color: rgb(104,65,96); }

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

border-color css

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

 span { border-color: rgb(104,65,96); }

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