Html Css Color HEX #683C61 Palatinate Purple

📋 copy color: '#683C61'

red 104 ◦ green 60 ◦ blue 97

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

Shades of Palatinate Purple #683C61

Tints of Palatinate Purple #683C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

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

R = 39.85%
G = 22.99%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#683C61 (or 0x683C61) is known color: Palatinate Purple. HEX triplet: 68, 3C and 61. RGB value is (104,60,97). Sum of RGB (Red+Green+Blue) = 104+60+97=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #683C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C61 is #97C39E. Grayscale: #4D4D4D. Windows color (decimal): -9946015 or 6372456. OLE color: 6372456.

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

Color convert

RGB 104 60 97 -
CMYK 0 0.42 0.07 0.59
HSL 309.55º 0.27% 0.32% -
HSV(B) 309.55º 0.42% 0.41% -
XYZ 9.48 7.04 12.17 -
YUV 77.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 104 60 97 0 0.42 0.07 0.59 309.55 0.27 0.32
Hex 68 3C 61 0 2A 7 3B 136 1B 20
Octal 150 74 141 0 52 7 73 466 33 40
Binary 1101000 111100 1100001 0 101010 111 111011 100110110 11011 100000

Color Harmonies of #683C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C61

Black with #683C61

Text Example


Text Example

White with #683C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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