Html Css Color HEX #683E61 Palatinate Purple

📋 copy color: '#683E61'

red 104 ◦ green 62 ◦ blue 97

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

Shades of Palatinate Purple #683E61

Tints of Palatinate Purple #683E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.57%

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

R = 39.54%
G = 23.57%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#683E61 (or 0x683E61) is known color: Palatinate Purple. HEX triplet: 68, 3E and 61. RGB value is (104,62,97). Sum of RGB (Red+Green+Blue) = 104+62+97=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #683E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E61 is #97C19E. Grayscale: #4E4E4E. Windows color (decimal): -9945503 or 6372968. OLE color: 6372968.

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

Color convert

RGB 104 62 97 -
CMYK 0 0.40 0.07 0.59
HSL 310º 0.25% 0.33% -
HSV(B) 310º 0.4% 0.41% -
XYZ 9.59 7.25 12.2 -
YUV 78.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 104 62 97 0 0.40 0.07 0.59 310 0.25 0.33
Hex 68 3E 61 0 28 7 3B 136 19 21
Octal 150 76 141 0 50 7 73 466 31 41
Binary 1101000 111110 1100001 0 101000 111 111011 100110110 11001 100001

Color Harmonies of #683E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E61

Black with #683E61

Text Example


Text Example

White with #683E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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