Html Css Color HEX #683E5D Palatinate Purple

📋 copy color: '#683E5D'

red 104 ◦ green 62 ◦ blue 93

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

Shades of Palatinate Purple #683E5D

Tints of Palatinate Purple #683E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 40.15%
G = 23.94%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#683E5D (or 0x683E5D) is known color: Palatinate Purple. HEX triplet: 68, 3E and 5D. RGB value is (104,62,93). Sum of RGB (Red+Green+Blue) = 104+62+93=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #683E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E5D is #97C1A2. Grayscale: #4E4E4E. Windows color (decimal): -9945507 or 6110824. OLE color: 6110824.

HSL color Cylindrical-coordinate representation of color #683E5D: hue angle of 315.71º 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 #683E5D is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 62 93 -
CMYK 0 0.40 0.11 0.59
HSL 315.71º 0.25% 0.33% -
HSV(B) 315.71º 0.4% 0.41% -
XYZ 9.41 7.18 11.25 -
YUV 78.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 104 62 93 0 0.40 0.11 0.59 315.71 0.25 0.33
Hex 68 3E 5D 0 28 B 3B 13C 19 21
Octal 150 76 135 0 50 13 73 474 31 41
Binary 1101000 111110 1011101 0 101000 1011 111011 100111100 11001 100001

Color Harmonies of #683E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E5D

Black with #683E5D

Text Example


Text Example

White with #683E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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