Html Css Color HEX #683E60 Palatinate Purple

📋 copy color: '#683E60'

red 104 ◦ green 62 ◦ blue 96

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

Shades of Palatinate Purple #683E60

Tints of Palatinate Purple #683E60

RGB

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

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

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

R = 39.69%
G = 23.66%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#683E60 (or 0x683E60) is known color: Palatinate Purple. HEX triplet: 68, 3E and 60. RGB value is (104,62,96). Sum of RGB (Red+Green+Blue) = 104+62+96=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #683E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E60 is #97C19F. Grayscale: #4E4E4E. Windows color (decimal): -9945504 or 6307432. OLE color: 6307432.

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

Color convert

RGB 104 62 96 -
CMYK 0 0.40 0.08 0.59
HSL 311.43º 0.25% 0.33% -
HSV(B) 311.43º 0.4% 0.41% -
XYZ 9.54 7.23 11.96 -
YUV 78.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 104 62 96 0 0.40 0.08 0.59 311.43 0.25 0.33
Hex 68 3E 60 0 28 8 3B 137 19 21
Octal 150 76 140 0 50 10 73 467 31 41
Binary 1101000 111110 1100000 0 101000 1000 111011 100110111 11001 100001

Color Harmonies of #683E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E60

Black with #683E60

Text Example


Text Example

White with #683E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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