Html Css Color HEX #683A61 Palatinate Purple

📋 copy color: '#683A61'

red 104 ◦ green 58 ◦ blue 97

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

Shades of Palatinate Purple #683A61

Tints of Palatinate Purple #683A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.39%

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

R = 40.15%
G = 22.39%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#683A61 (or 0x683A61) is known color: Palatinate Purple. HEX triplet: 68, 3A and 61. RGB value is (104,58,97). Sum of RGB (Red+Green+Blue) = 104+58+97=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #683A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A61 is #97C59E. Grayscale: #4C4C4C. Windows color (decimal): -9946527 or 6371944. OLE color: 6371944.

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

Color convert

RGB 104 58 97 -
CMYK 0 0.44 0.07 0.59
HSL 309.13º 0.28% 0.32% -
HSV(B) 309.13º 0.44% 0.41% -
XYZ 9.38 6.83 12.13 -
YUV 76.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 104 58 97 0 0.44 0.07 0.59 309.13 0.28 0.32
Hex 68 3A 61 0 2C 7 3B 135 1C 20
Octal 150 72 141 0 54 7 73 465 34 40
Binary 1101000 111010 1100001 0 101100 111 111011 100110101 11100 100000

Color Harmonies of #683A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A61

Black with #683A61

Text Example


Text Example

White with #683A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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