Html Css Color HEX #684261 Palatinate Purple

📋 copy color: '#684261'

red 104 ◦ green 66 ◦ blue 97

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

Shades of Palatinate Purple #684261

Tints of Palatinate Purple #684261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 38.95%
G = 24.72%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#684261 (or 0x684261) is known color: Palatinate Purple. HEX triplet: 68, 42 and 61. RGB value is (104,66,97). Sum of RGB (Red+Green+Blue) = 104+66+97=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684261 is #97BD9E. Grayscale: #505050. Windows color (decimal): -9944479 or 6373992. OLE color: 6373992.

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

Color convert

RGB 104 66 97 -
CMYK 0 0.37 0.07 0.59
HSL 311.05º 0.22% 0.33% -
HSV(B) 311.05º 0.37% 0.41% -
XYZ 9.81 7.7 12.28 -
YUV 80.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 104 66 97 0 0.37 0.07 0.59 311.05 0.22 0.33
Hex 68 42 61 0 25 7 3B 137 16 21
Octal 150 102 141 0 45 7 73 467 26 41
Binary 1101000 1000010 1100001 0 100101 111 111011 100110111 10110 100001

Color Harmonies of #684261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684261

Black with #684261

Text Example


Text Example

White with #684261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684261; }

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

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

background-color css

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

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

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

border-color css

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

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

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