Html Css Color HEX #683D60 Palatinate Purple

📋 copy color: '#683D60'

red 104 ◦ green 61 ◦ blue 96

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

Shades of Palatinate Purple #683D60

Tints of Palatinate Purple #683D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.37%

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

R = 39.85%
G = 23.37%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#683D60 (or 0x683D60) is known color: Palatinate Purple. HEX triplet: 68, 3D and 60. RGB value is (104,61,96). Sum of RGB (Red+Green+Blue) = 104+61+96=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #683D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D60 is #97C29F. Grayscale: #4D4D4D. Windows color (decimal): -9945760 or 6307176. OLE color: 6307176.

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

Color convert

RGB 104 61 96 -
CMYK 0 0.41 0.08 0.59
HSL 311.16º 0.26% 0.32% -
HSV(B) 311.16º 0.41% 0.41% -
XYZ 9.49 7.13 11.94 -
YUV 77.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 104 61 96 0 0.41 0.08 0.59 311.16 0.26 0.32
Hex 68 3D 60 0 29 8 3B 137 1A 20
Octal 150 75 140 0 51 10 73 467 32 40
Binary 1101000 111101 1100000 0 101001 1000 111011 100110111 11010 100000

Color Harmonies of #683D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683D60

Black with #683D60

Text Example


Text Example

White with #683D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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